llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
198 stars 411 forks source link

Timestamp change when star any activity instance in journal view #120

Open sauravpratihar opened 7 years ago

sauravpratihar commented 7 years ago

when we click on the star button on any activity instance in journal view, timestamp will be changed.

refer this gif for the issue: GIF

llaske commented 6 years ago

Switching favorite for an activity instance means update metadata for this instance. https://github.com/llaske/sugarizer/blob/dev/js/journal.js#L170 It's why the timestamp change. AFAK, it's the same thing for Sugar. https://github.com/sugarlabs/sugar/blob/78d05d8f58f951db16765620db0a627bc2e24b8d/src/jarabe/journal/listview.py#L407