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
Lumberjack is different from a normal GridField or ModelAdmin. It's missing the "prev/next" buttons and "add new" on the bottom right when editing a page.
Right now, Lumberjack redirects to the Page's edit view, which leaves the GridField.
If I add $this->addComponent(GridFieldDetailForm::create(null, true, false)); to my Lumberjack Gridfield Config, I can at least get the prev/next buttons, but it removes the SiteTree listing from the left.
The Add button doesn't work out of the box, cause it'll add the new pages on root and not as a subpage where I added Lumberjack.
The text was updated successfully, but these errors were encountered:
Lumberjack is different from a normal GridField or ModelAdmin. It's missing the "prev/next" buttons and "add new" on the bottom right when editing a page.
Right now, Lumberjack redirects to the Page's edit view, which leaves the GridField.
If I add
$this->addComponent(GridFieldDetailForm::create(null, true, false));
to my Lumberjack Gridfield Config, I can at least get the prev/next buttons, but it removes the SiteTree listing from the left.The Add button doesn't work out of the box, cause it'll add the new pages on root and not as a subpage where I added Lumberjack.
The text was updated successfully, but these errors were encountered: