]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/inline_action_buttons_circumvent_exclude_criteria_from_edittemplate__39__s_match__61____34____34___pagespec.mdwn
(no commit message)
[ikiwiki.git] / doc / bugs / inline_action_buttons_circumvent_exclude_criteria_from_edittemplate__39__s_match__61____34____34___pagespec.mdwn
1 ikiwiki verison: 3.20100815.2
2
3 If I instruct editemplate to only match the top level pages in a directory using 
4
5     match="foo/* and !foo/*/* and !foo/*/*/*"
6
7 everything works as expected for pages created via links on other wiki pages. So, if I open foo/bar (or any other page on the wiki) and create a link to foo/bar/bug, edittemplate appropriately does not insert any text into the new page. 
8
9 However, if I use an inline directive like the following 
10
11     !inline pages="page(foo/bar/*)" rootpage="foo/bar" postform=yes actions=yes
12
13 every page created via the action buttons incorrectly pulls in the text from the edittemplate registration. Changing the order of the conditions in the match="" pagespec has no impact. 
14
15 > [[fixed|done]] --[[Joey]]