diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-29 07:49:38 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-29 07:49:38 +0000 |
commit | 19d2529faa25f34edeb29ddbfe18db7732bf287b (patch) | |
tree | c980fa23c78d312f3220b656d9017746f4fec8f7 /test/fixtures | |
parent | 92068122ee3f47dc081bd48979a3745e6e24623e (diff) | |
download | redmine-19d2529faa25f34edeb29ddbfe18db7732bf287b.tar.gz redmine-19d2529faa25f34edeb29ddbfe18db7732bf287b.zip |
Check permission of wiki pages before generating a link to it (#23793).
Patch by Holger Just.
git-svn-id: http://svn.redmine.org/redmine/trunk@16283 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/wikis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/wikis.yml b/test/fixtures/wikis.yml index 7254fe687..56910cbbe 100644 --- a/test/fixtures/wikis.yml +++ b/test/fixtures/wikis.yml @@ -9,3 +9,8 @@ wikis_002: start_page: Start page project_id: 2 id: 2 +wikis_005: + status: 1 + start_page: Wiki + project_id: 5 + id: 5 |