[jira] [Created] (OFBIZ-6439) script in form and screen: have 'invoke' functionality for groovy scripts

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-6439) script in form and screen: have 'invoke' functionality for groovy scripts

Nicolas Malin (Jira)
Pierre Smits created OFBIZ-6439:
-----------------------------------

             Summary: script in form and screen: have 'invoke' functionality for groovy scripts
                 Key: OFBIZ-6439
                 URL: https://issues.apache.org/jira/browse/OFBIZ-6439
             Project: OFBiz
          Issue Type: Sub-task
          Components: framework
    Affects Versions: Trunk
            Reporter: Pierre Smits


Currently in forms and screens scripts can be set to be executed. The associated xsd reference is:
{code}
    <xs:element name="script" substitutionGroup="AllActions">
        <xs:complexType>
            <xs:attribute type="xs:string" name="location" use="required" />
        </xs:complexType>
    </xs:element>
{code}

However, it is not possible to invoke a specific function of a groovy script.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)