ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #03609
[Bug 1473669] Re: Properties Dialog shows wrong dates
** Changed in: ubuntu-filemanager-app
Assignee: (unassigned) => Carlos Jose Mazieri (carlos-mazieri)
** Changed in: ubuntu-filemanager-app
Importance: Undecided => Medium
** Changed in: ubuntu-filemanager-app
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
File Manager Developers, which is subscribed to Ubuntu File Manager App.
Matching subscriptions: File Manager App Bugmail
https://bugs.launchpad.net/bugs/1473669
Title:
Properties Dialog shows wrong dates
Status in Ubuntu File Manager App:
In Progress
Bug description:
When using Properties dialog on a Item, both 'Accessed' and 'Modified'
dates are wrong, it does not show the current Item dates, in fact it
shows the current path dates, that means for every item it shows the
same dates.
The souce file FileDetailsPopover.qml:
line 116 uses 'pathAccessedDate()' which is the current path accessed date, it should use 'model.accessedDate'
line 125 uses 'pathModifiedDate()' which is the current path modified date, it should use 'model.modifiedDate'
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1473669/+subscriptions
References