New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generateDisplayLabel doesnt follow SeasideCache::displayLabelOrder() #103
Comments
|
No good reason - it should use the configured default. |
|
It shouldnt have this property at all since displayLabelOrder is readonly and follow system settings. |
|
I don't see any reason to restrict the use of this static utility function, simply because the behavior of the instances is constrained to follow the default. |
|
Problem is not generateDisplayLabel function itself. |
|
Agreed. So, the fix should be to change the default argument to be the result of invoking SeasideCache::displayLabelOrder(), right? |
|
exactly. displayLabel property should be generated with SeasideCache::displayLabelOrder() |
|
Thanks for the report. |
|
Thank you! Waiting for upstream release :) |
Check
https://github.com/nemomobile/nemo-qml-plugin-contacts/blob/master/src/seasideperson.h#L345
Why hardcoded order and not using SeasideCache::displayLabelOrder() here?
The text was updated successfully, but these errors were encountered: