Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Extending the Admin CMS - Dealers Tab


Go to End


11 Posts   3114 Views

Avatar
martimiz

Forum Moderator, 1391 Posts

5 May 2010 at 10:17pm

I haven't the faintest idea what you're doing entering data by SQL Query... So I don't know what's going wrong there. Normally, after creating the records in the ModelAdmin interface itself, or importing them as CVS, you'd get an editform with a save button. Try FireFox...

I would honestly suggest doing things the SilverStripe way first, then if you know SilverStripe a bit better, create your own methods. But hey, that's me. Good luck

Avatar
borriej

Community Member, 267 Posts

6 May 2010 at 1:31am

I had an old database which contained 400 records, manually would take too long. So thats why I SQL it. So I had to add some variables that SilverStripe needs, like ID, Class etc..

On the screenshot you can see alot of records added, but when you click a dealer you can't save your changes.

Is this possible?

Avatar
borriej

Community Member, 267 Posts

6 May 2010 at 1:32am

Srry found it! Needed to F11 ;)

Go to Top