Closed sjd78 closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 42.19%. Comparing base (
b654645
) to head (ec3b308
). Report is 190 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Resolves: #2007 Resolves: https://issues.redhat.com/browse/MTA-3232
Summary of changes:
The application edit form needs to use the base
Application
data and not theDecoratedApplication
as its basis for generating an update request. Extra information added by the decoration will be unknown to the hub endpoint and will cause issues.All references to
Application
in the application table code have been updated toDecoratedApplication
Any adjustments needed when a
DecoratedApplication
is passed to a child component as anApplication
have been madeThe dereferencing part of decoration has been moved to a
direct
container. This will allow the reuse of theApplication
property name without replacing it.