Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
109 stars 73 forks source link

Removing the padlock icon from process editor by making it optional in StudioDisplayTile #12980

Closed wrt95 closed 1 week ago

wrt95 commented 2 weeks ago

Description

Removing the padlock icon from process editor by making it optional in StudioDisplayTile

image

Related Issue(s)

Verification

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.63%. Comparing base (acb20f6) to head (dfc1516). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12980 +/- ## ======================================= Coverage 91.63% 91.63% ======================================= Files 1410 1410 Lines 19934 19935 +1 Branches 2402 2404 +2 ======================================= + Hits 18266 18267 +1 Misses 1403 1403 Partials 265 265 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

wrt95 commented 1 week ago

Nice 😎 Not the most critical functionality, but it would be nice to add a test that checks that the padlock is not shown for the display title in config content so future developers understand that this is implemented for a reason

Added it now 😎