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
As shown above, the link to ALA logSourceType is ...../logSourceType/index not ..../logSourceType/show/0 as expected. It seems the scaffolding in this Grails version interprets ID 0 differently.
The recommended fix is to update its ID to an non-zero value. Also, historical stats will need to be "fixed" so comparing stats before and after ID change should give expected results.
We might also add a "catch" for any requests that still use ID:0 to inset with new ID?
The text was updated successfully, but these errors were encountered:
ALA
is assigned database ID0
.As shown above, the link to
ALA
logSourceType is...../logSourceType/index
not..../logSourceType/show/0
as expected. It seems the scaffolding in this Grails version interprets ID 0 differently.The recommended fix is to update its ID to an non-zero value. Also, historical stats will need to be "fixed" so comparing stats before and after ID change should give expected results.
We might also add a "catch" for any requests that still use ID:0 to inset with new ID?
The text was updated successfully, but these errors were encountered: