Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
以下摘要可以放在任务箱或数据任务箱中,以便在完成任务后,返回分配列表时,列表中的第一个分配任务将自动打开。
配置您的任务箱或数据任务箱,并相应地添加以下脚本。
The folllowing scipts can be placed in Inbox or Datalist Inbox so that after the completion of an assignment, upon returning to the listing of assignments, the first assignment in the list will be opened automatically.
Configure your Inbox or Datalist Inbox and add in the following scripts accordingly.
Code Block | ||
---|---|---|
| ||
<script type="text/javascript"> $( function(){ if( $.cookie('showNextInList') == 'yes'){ document.location = $("table").find("a").attr("href"); $.cookie('showNextInList', null, {path: '/'}); } }); </script> |
...