camunda icon indicating copy to clipboard operation
camunda copied to clipboard

feat: making tasklist title dynamic uppon parameters

Open vsgoulart opened this issue 10 months ago • 4 comments

Description

Related issues

closes https://github.com/camunda/tasklist/issues/4758

Test env

vsgoulart avatar Apr 24 '24 18:04 vsgoulart

Tasklist Test Results

548 tests   299 :white_check_mark:  4m 33s :stopwatch: 143 suites    4 :zzz: 143 files      0 :x:  245 :fire:

For more details on these errors, see this check.

Results for commit a948b937.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Apr 24 '24 18:04 github-actions[bot]

Thanks for work on BE implementation as well, Great work Just some small points in addition to my comments

  • Would be possible add the unit tests over the controller layer?
  • Do you have a path in case process is not found?

nathansandi avatar Apr 29 '24 14:04 nathansandi

Thanks for work on BE implementation as well, Great work Just some small points in addition to my comments

* Would be possible add the unit tests over the controller layer?

* Do you have a path in case process is not found?

Missed this comment

Do you have a path in case process is not found?

If it's not found we have a 404 page

vsgoulart avatar Apr 29 '24 15:04 vsgoulart

@nathansandi I added tests for the PublicController, please have a look.

marcosgvieira avatar May 01 '24 12:05 marcosgvieira