aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/show_parameter_in_map_directive_is_ignored_on_wiki_rebuild.mdwn
diff options
context:
space:
mode:
authorkarsk <karsk@web>2016-09-27 09:56:51 -0400
committeradmin <admin@branchable.com>2016-09-27 09:56:51 -0400
commit7ebb4cd3c596ac94aeff0be78faad58ff79a6057 (patch)
treed89a6509d31816b6dda82525a9ea7ddf34c83d4f /doc/bugs/show_parameter_in_map_directive_is_ignored_on_wiki_rebuild.mdwn
parent0d5d26defae546652d4e0938c66795ba6eab4b51 (diff)
downloadikiwiki-7ebb4cd3c596ac94aeff0be78faad58ff79a6057.tar
ikiwiki-7ebb4cd3c596ac94aeff0be78faad58ff79a6057.tar.gz
Diffstat (limited to 'doc/bugs/show_parameter_in_map_directive_is_ignored_on_wiki_rebuild.mdwn')
-rw-r--r--doc/bugs/show_parameter_in_map_directive_is_ignored_on_wiki_rebuild.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bugs/show_parameter_in_map_directive_is_ignored_on_wiki_rebuild.mdwn b/doc/bugs/show_parameter_in_map_directive_is_ignored_on_wiki_rebuild.mdwn
new file mode 100644
index 000000000..9b5809efe
--- /dev/null
+++ b/doc/bugs/show_parameter_in_map_directive_is_ignored_on_wiki_rebuild.mdwn
@@ -0,0 +1 @@
+When I run `ikiwiki` with the ``--rebuild`` option (or only with the `--setup file.setup` option a map directive like `\[[!map pages="*" show=title]]` generates a page map as if it didn't contain any `show` parameter. Only after I manually edit something which causes the page containing the map directive to be rebuilt is the page map regenerated without ignoring the `show` parameter.