Skip to content

Fix for #392 (Forbid removal of past data collections)

Created by: marcus-oscarsson

Hey !

Fix for #392 (closed) (Forbid removal of past data collections)

  • Removed the delete controls when a task is in a collected state ( state != TASK_UNCOLLECTED)
  • Preventing delete in action if state is other then TASK_UNCOLLECTED, (not sure that's actually needed)

I did not work anything on the layout of the TaskItem since we discussed some changes to it when you were here. I'm only hiding the delete button for the moment, Ill let you guys do the redesign as you like. Or just let me know if you prefer that I do it ...

Cheers, Marcus

Merge request reports