← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1295180] [NEW] Support for Saving color to collection is missing

 

Public bug reported:

In calendar, we need support to save calendar/collection color

var collection = mode.collection(modelData.collectionId);
collection.color = color;
model.saveCollection(collection);

request to add necessary support in EDS

** Affects: qtorganizer5-eds (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtorganizer5-eds in Ubuntu.
https://bugs.launchpad.net/bugs/1295180

Title:
  Support for Saving color to collection is missing

Status in “qtorganizer5-eds” package in Ubuntu:
  New

Bug description:
  In calendar, we need support to save calendar/collection color

  var collection = mode.collection(modelData.collectionId);
  collection.color = color;
  model.saveCollection(collection);

  request to add necessary support in EDS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/1295180/+subscriptions


Follow ups

References