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
I cant get the Model admin panel to work, what am i doing wrong?
i have a simple dataobject and model admin file and if i add a model admin panel it list the dataobject but it is not saving it
any hints would be appreciated
I cant get the Model admin panel to work, what am i doing wrong?
i have a simple dataobject and model admin file and if i add a model admin panel it list the dataobject but it is not saving it
any hints would be appreciated
DataObject:
`class tester extends DataObject
{
}`
Model Admin:
`class testerAdmin extends ModelAdmin
{
The text was updated successfully, but these errors were encountered: