The setting 'Use the administration theme when editing or creating content ' at /admin/appearance is activated.
When I visit /node/42/edit the node edit form is displayed with the administration theme.
When I visit /node/42/Edit the node edit form is displayed with the default theme.
Happens also if you use eDiT or some other combinations. Is also the case for /revisions, /translate etc.
Expected behaviour when visiting /node/42/Edit:
- displaying the edit form in administration theme, or
- 301 to
/node/42/edit, or
- rendering of the content, not the edit form (as is the case with
/node/42/foobar etc.), or
- 404
Comments
Comment #1
steveo1490 commentedHere is a hot fix. This will make it so 'Edit' or 'EDIT' will also maintain an administrative theme. Just extract and put into your drupal 7.XX\modules\node
Comment #2
steveo1490 commentedComment #3
droplet commentedComment #4
steveo1490 commentedHere is a patch that works on 7.12. This will make it so any value is accepted for edit, add, revision, delete.
Comment #5
mgiffordI assume this is no longer a problem in D8 but not certain.
Patch no longer applies in D7 though.