You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since deletedByValueRestored is not in one of the rules (e.g. as a 'safe' attribute) of mootensai\enhancedgii\model\Generator class, changing the deletedByValueRestored value in the form will not change deletedByValueRestored when generating the model.
A work-around is to sub-class the Generator, add the rule in that sub-classed Generator and use that sub-classed Generator as Gii model generator instead of the mootensai model Generator.
The text was updated successfully, but these errors were encountered:
Since deletedByValueRestored is not in one of the rules (e.g. as a 'safe' attribute) of mootensai\enhancedgii\model\Generator class, changing the deletedByValueRestored value in the form will not change deletedByValueRestored when generating the model.
A work-around is to sub-class the Generator, add the rule in that sub-classed Generator and use that sub-classed Generator as Gii model generator instead of the mootensai model Generator.
The text was updated successfully, but these errors were encountered: