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
How to reproduce:
set showeditbtn to false in the configuration.
Create a page with the following:
====== HEADER 1 ======
text
{{page>start:other_page}}
====== HEADER 2 ======
text that shouldn't be editable
and a page in start:other_page.
When pressing the edit button meant to edit HEADER 1, dokuwiki will instead show the editing page for HEADER 1 and everything under it (also HEADER 2). This should only show editting for HEADER 1, as the normal button for dokuwiki does.
Happens for any placement of the included section (above or below text).
The text was updated successfully, but these errors were encountered:
How to reproduce:
set showeditbtn to false in the configuration.
Create a page with the following:
and a page in
start:other_page
.When pressing the edit button meant to edit
HEADER 1
, dokuwiki will instead show the editing page forHEADER 1
and everything under it (alsoHEADER 2
). This should only show editting forHEADER 1
, as the normal button for dokuwiki does.Happens for any placement of the included section (above or below
text
).The text was updated successfully, but these errors were encountered: