diff --git a/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java b/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java index a78280650..e855b29e9 100644 --- a/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java +++ b/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java @@ -404,6 +404,9 @@ public class TagViewFragment extends TaskListFragment { // TODO: Make this better tagData.clearValue(TagData.ID); tagData.clearValue(TagData.UUID); + tagData.clearValue(TagData.USER_ID); + tagData.clearValue(TagData.DELETION_DATE); + tagData.setValue(TagData.CREATION_DATE, DateUtilities.now()); tagDataDao.createNew(tagData); Filter newFilter = TagFilterExposer.filterFromTagData(tla, tagData);