[JBoss JIRA] Commented: (JBPM-605) create group task list component
by Ronald van Kuijk (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-605?page=comments#action_12340146 ]
Ronald van Kuijk commented on JBPM-605:
---------------------------------------
Behaviour? Should selecting a task automagically assign it to 'me' or not. Does there need to be an additional 'assign to me' element in the list? If so what is the behaviour of the ui? go to act upon the task then? or refresh and see the personal tasklist where the just assigned task can be on a completely different page (in case of paging). What does the behaviour of 'cancel' mean in a task that is acted upon from the group task list? Does it go to his/her personal tasklist? or does there need to be an additional button besides save and cancel that says assign to me? and what about the save button? automagically to personal tasklist? with maybe a 'reminder' of this? or back to the group tasklist?
Please comment......
> create group task list component
> --------------------------------
>
> Key: JBPM-605
> URL: http://jira.jboss.com/jira/browse/JBPM-605
> Project: JBoss jBPM
> Issue Type: Task
> Components: Web Interface
> Reporter: Tom Baeyens
> Assigned To: Tom Baeyens
>
> a component and facelets tag support should be added for the group tasklist.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 10 months
[JBoss JIRA] Commented: (JBPM-602) create submit button component for task forms
by Ronald van Kuijk (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-602?page=comments#action_12340145 ]
Ronald van Kuijk commented on JBPM-602:
---------------------------------------
why should 'save' have a label and 'cancel' shouldn't???
save = keep in staffware terms, cancel = 'return to tasklist'
I would like both (all?) to have a tooltip to. save and cancel should be declared in a i18n properties file, but for the other buttons it should be possible to get the tooltips from the description element in the pd if it is put back in there or configured in the page (which overrides the one from the pd)
> create submit button component for task forms
> ---------------------------------------------
>
> Key: JBPM-602
> URL: http://jira.jboss.com/jira/browse/JBPM-602
> Project: JBoss jBPM
> Issue Type: Task
> Components: Web Interface
> Reporter: Tom Baeyens
> Assigned To: Ronald van Kuijk
>
> 3 ui components should be created for the 3 type of buttons in a taskform: save, saveAndClose and cancel
> The saveAndClose component should be created as a shortcut for
> <input type="submit" jsfc="h:commandButton" id="transitionButton" action="#{taskBean.saveAndClose}" value="OK" onclick="document.forms['taskform'].elements['taskform:transitionName'].value='OK'"/>
> This component should work in combination with the form component
> transitionName and label should be the parameters of the button component.
> The 'save' component should only have the label parameter.
> The cancel component should not have any parameters at all.
> For examples on ui components, see package org.jbpm.webapp.ui and WEB-INF/jbpm.taglib.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 10 months