Details
Details
- Reviewers
bohlender mollekopf - Maniphest Tasks
- T204: Colours not synchronised between web & desktop client
- Commits
- rKPRe907b9aef99f: sync collectioncolor with vendor/color annotation
Diff Detail
Diff Detail
- Repository
- rKPR kdepim-runtime
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
resources/kolab/kolabresource.cpp | ||
---|---|---|
171 | Doesn't this mean we don't set the folder type annotation on new folders if they don't have a color? |
resources/kolab/kolabresource.cpp | ||
---|---|---|
171 | Yes, but this was the behaviour before, too. The comple logic was in a "if (!kolabType.isEmpty()) { " (l151). Now the annotations are pushed, if either the kolabType is set or there is a foldercolor. Or do you mean we should not push the color to the server without kolabType set? |