#LOCAL("AppName", #App.name)#LOCAL("Scope", "")
#App.name#Shop.NameOrAlias |
||
{YoureAboutToInstallApp} |
||
{ThisAppWillBeAbleTo} |
||
#LOOP(#FROMPLAINLOOP(#App.scopes))
#IF(#Element EQ "products_read"){RoleProductsRead} #SET("Scope",#Scope."products_read,") #ENDIF
#IF(#Element EQ "products_read_batch"){RoleProductsReadBatch} #SET("Scope",#Scope."products_read_batch,") #ENDIF
#IF(#Element EQ "products_write"){RoleProductsWrite} #SET("Scope",#Scope."products_write,") #ENDIF
#IF(#Element EQ "orders_read"){RoleOrdersRead} #SET("Scope",#Scope."orders_read,") #ENDIF
#IF(#Element EQ "orders_write"){RoleOrdersWrite} #SET("Scope",#Scope."orders_write,") #ENDIF
#IF(#Element EQ "legal_read"){RoleLegalRead} #SET("Scope",#Scope."legal_read,") #ENDIF
#IF(#Element EQ "legal_write"){RoleLegalWrite} #SET("Scope",#Scope."legal_write,") #ENDIF
#ENDLOOP |
||
{ContactAppSupport} |