Page 1 of 1

Change Workflow UI

PostPosted:Fri Sep 18, 2020 12:24 pm
by Buwendra
I am trying to learn how to change the UI of the application. To be more specific I am trying to show the preview of the document in the workflow dashboard. I was looking into how to do this but I didn't find any documents regarding this.

I am using the community edition.
If there is any documentation regarding this, I would be grateful if anyone could point me in the right direction.
Thank You for all your time and help in advance.

Re: Change Workflow UI

PostPosted:Fri Sep 18, 2020 6:33 pm
by jllort
First, in the last version of the professional edition, we got it.

We'll let's talk about how doing in CE. With GWT will not be easy to implement, must advice from the beginning. The only screen where are shown the workflow is the dashboard, and here you have basically two options ( I will attach a screenshot for better explanation )

Selección_019.png
Selección_019.png (70.81 KiB) Viewed 1772 times

I suggest take a look at these sections of the code:
https://github.com/openkm/document-mana ... eview.java
https://github.com/openkm/document-mana ... board.java

Re: Change Workflow UI

PostPosted:Sat Sep 19, 2020 1:19 am
by Buwendra
Thank You for the information. I will get it a try this coming couple of days to implement it.