Closed (fixed)
Project:
Flag
Version:
8.x-4.x-dev
Component:
Flag core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2016 at 21:33 UTC
Updated:
29 Oct 2016 at 21:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jhedstromPretty straightforward fix. This moves the enable logic just to the add form.
Comment #3
martin107 commentedThis makes sense to me,
It is one of those obvious bugs - that makes me smile- once you see it.
My only comments get pushed to a side issue ... we have duplicate definitions in the FlagInterface
#2818353: Remove redundant enable() and disable() from FlagInterface
Comment #5
joachim commentedCommitted! Thanks for the patch and review.
Comment #6
berdirThis could actually be done an API level too, simply by setting $this->status to TRUE by default, it will be overriden by the actual value when an existing entity is loaded.
Comment #7
martin107 commentedThat would be better.