From e1257f32eec1503c1230c4f4642bf2e0bafb7aa4 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sat, 1 Nov 2014 16:24:36 +0100 Subject: Add permission field to export dialog Add the permission field to the export dialog and to the file description template. - add permission to the template in `description.txt` - add permission to the UI in `MediaWikiExportServiceProvider` - add permission to the data items in `MediaWikiInterface` Fix https://github.com/ireas/LrMediaWiki/issues/27 --- mediawiki.lrdevplugin/description.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mediawiki.lrdevplugin/description.txt') diff --git a/mediawiki.lrdevplugin/description.txt b/mediawiki.lrdevplugin/description.txt index 69818f0..47bb91d 100644 --- a/mediawiki.lrdevplugin/description.txt +++ b/mediawiki.lrdevplugin/description.txt @@ -4,7 +4,7 @@ |Source=${source} |Date=${timestamp} |Author=${author} -|Permission= +|Permission=${permission} |other_versions= |other_fields=${other_fields} }} -- cgit v1.2.1