As far as I am aware, the Admin theme settings...
'Use the administration theme when editing or creating content'
Only kicks into action on the paths...
node/add/{NODE-TYPE}
and
node{ID}/edit
but not, for example on the extended path...
node/add/{NODE-TYPE}/STEP1 where this is defined as part of my Form Steps workflow.
I have tried using completely differently-shaped URLs in my steps configuration such as...
/article/create/step1
But no joy.
Finally, if I prefix my path with '/admin' for example, ...
/admin/article/create/step1
Then that works as you might expect but I don't really want to have to do that.
The Form steps features seem to be working just, my issue is only with the theme used.
Can anyone enlighten me on how to get the current admin theme to kick it here?
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | forms_steps-set_admin_route-3104208-6.patch | 2.99 KB | stborchert |
Comments
Comment #2
sirclickalotComment #3
sirclickalotComment #4
stborchertWe had the same issue so I created a simple patch.
In case you set the option to use the admin theme while adding/editing content, the steps are rendered using the admin theme also.
Comment #5
stborchertThe fix in #4 contained an error (wrong route parameters).
Comment #6
stborchertSorry for the noise. I should test the patch before uploading it. *sigh*
Comment #7
nicoloye commentedComment #8
nicoloye commentedVery cool feature !
Thanks for the hard work !
Comment #10
nicoloye commented