Christoph Bartmann
Christoph Bartmann
We were able to fix that by using the following Router::get('/posts/{id}', 'Controller@showRecord')->where('id', '.*'); but are inspecting wether this might have unintended consequences. The documentation states: "By default, all parameters will...
That would be good, i agree. The problem is that it would be very hard to identify the same task if there were other tasks added in between or if...
Sorry for the delay, i will add those tests next week and will try to add a popup dialog. On a general note on the problem of preserving old state...
I tried to make more clear what is happening in the test. The test should do, what you want it to do. The first template has a predefined workflow, tasks...
~~Right now the check for existing data editor settings is also evaluated to true for compeltely new workflows, i have to inspect, why this happens.~~ Edit: It seems to work.
related issue: https://github.com/kitodo/kitodo-production/issues/4946
This also happens, when you just go the last page and choose "Select all Rows". In my case the last page has only four entries, After selecting "select all rows"...
Overriding the getRowData() method as done here https://forum.primefaces.org/viewtopic.php?f=3&t=5948 ```java @Override public Object getRowData() { List data = (List) getWrappedData(); if (isRowAvailable()){ return data.get(getRowIndex()); } else { int index = data.size()...
Ok this seems to work with Java 11, with a warning that this feature is going to be removed in future releases `Warning: Nashorn engine is planned to be removed...
@solth I checked again with the current master and i cannot make it work unfortunately. I construct the process title from another metadata element. This works for manually imported records...