Merged in mcuiza/processmaker/MT-115 (pull request #4073)

MT-115
This commit is contained in:
Gustavo Cruz
2016-04-08 15:58:35 -04:00
3 changed files with 13 additions and 3 deletions

View File

@@ -251,7 +251,7 @@ Ext.onReady(function(){
//Code export - exportGranular (handle)
var exportProcessOption;
/*----------------------------------********---------------------------------*/
if (true) {
if (isGranularFeature) {
exportProcessOption = {
xtype: "tbsplit",
id: "export",
@@ -532,7 +532,7 @@ Ext.onReady(function(){
//code export - exportGranular (handler)
var menuExportOption;
/*----------------------------------********---------------------------------*/
if (true) {
if (isGranularFeature) {
menuExportOption = {
text: _("ID_EXPORT"),
icon: "/images/export.png",