(regression) Do not block the execution of the page (based on the access rights on the menu) since the page is used for all exports. The export will be blocked anyway if the user does not have the BULK_READ rights on the target class.

SVN:trunk[5697]
This commit is contained in:
Denis Flaven
2018-04-19 13:43:53 +00:00
parent 853d9ee87f
commit 512f368cbf

View File

@@ -718,7 +718,6 @@ try
$sMode = utils::ReadParam('mode', '');
LoginWebPage::DoLogin(); // Check user rights and prompt if needed
ApplicationMenu::CheckMenuIdEnabled('ExportMenu');
ApplicationContext::SetUrlMakerClass('iTopStandardURLMaker');