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
results in an edit form with 2 input fields labeled "Created At" but both holding values from the updatedAt attribute. The template here apparently gets these from nxus-storage HasModels so not sure what's getting the attribute label/name's mixed (and thus this issue might belong on nxus-storage).
This was produced using sails-mongo adapter.
The text was updated successfully, but these errors were encountered:
Strange form behavior when (at least "createdAt" and "updatedAt" are not excluded using the ignoreFields property when initializing an EditController.
With constructor like this (actually in my case it's AdminController):
results in an edit form with 2 input fields labeled "Created At" but both holding values from the updatedAt attribute. The template here apparently gets these from nxus-storage HasModels so not sure what's getting the attribute label/name's mixed (and thus this issue might belong on nxus-storage).
This was produced using sails-mongo adapter.
The text was updated successfully, but these errors were encountered: