Skip to content
Snippets Groups Projects
Commit 2ffa367b authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

grantCreateProcess for Offeritem_entity

parent 1752d61c
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
<siblings>
<element>Offer_entity</element>
</siblings>
<grantCreateProcess>%aditoprj%/entity/Offeritem_entity/grantCreateProcess.js</grantCreateProcess>
<grantUpdateProcess>%aditoprj%/entity/Offeritem_entity/grantUpdateProcess.js</grantUpdateProcess>
<grantDeleteProcess>%aditoprj%/entity/Offeritem_entity/grantDeleteProcess.js</grantDeleteProcess>
<titlePlural>Offeritems</titlePlural>
......
import("system.vars");
import("system.result");
import("Offer_lib");
import("system.logging");
result.string(OfferUtils.isEditable(vars.get("$param.OfferStatus_param")));
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment