Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
2 seconds
Duration
5 minutes
Labels
None
Revisions
Git
f91f98332cf7d9d5691d36dae5f64c9e25f4e28d
Release scripts
a72ca16daff268573032d8bd52a15be883f08322
Total tests
452
Successful since
#305 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Git
Author Commit Message Commit date
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> f91f98332cf7d9d5691d36dae5f64c9e25f4e28d Merge pull request #456 from teleivo/cleanorderform
Move radiologyOrderCreationSegment to own Form
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 93470dd0c3bb1e00ede3b666f9cd810575cdb813 Move radiologyOrderCreationSegment to own Form
the radiologyOrderCreationSegment.jsp was included into the
radiologyOrderForm.jsp and surrounded by hasPrivilege tag to not display it
when the user is not allowed to create a report. Doesnt really make sense,
since if the user doesnt have the permission he is allowed on the page and the
page is blank.

* rename the jsp to radiologyOrderCreationForm.jsp
* add necessary header includes/footer
* adapt RadiologyOrderFormController to return the page for GET/POST requests
of new RadiologyOrder's

now when the user is missing a privilege he will be redirected via the
require tag and see what privileges he is missing.