Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi, yes hopefully this is fixed in the next release. Currently I have used some custom CSS like below in my userview to add a border
td.column_inboxAction a padding-left: 5px; padding-right: 5px; border-left: solid 1px black; } td.column_inboxAction a:first-child border-left: none; }
That's perfect, thanks.
I'm building a process that kicks off multiple async subflows, each of which has steps where the process stops and waits for some event to occur. As a result, the process can have multiple assignments/activities pending at a time. When I view the record in a Datalist, it's hard to distinguish one activity from the other since there isn't a separator. Is there a way to get a separator (i.e. a pipe | ) added between each one?
In this example, there are 3 pending activities. 1) Extract Blood, 2) Wait for Tumor, 3) Awaiting Specimen Processing
Thanks