-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix application edit data source (#2008)
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 the `DecoratedApplication` 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 to `DecoratedApplication` - Any adjustments needed when a `DecoratedApplication` is passed to a child component as an `Application` have been made - The dereferencing part of decoration has been moved to a `direct` container. This will allow the reuse of the `Application` property name without replacing it. Signed-off-by: Scott J Dickerson <[email protected]>
- Loading branch information
Showing
2 changed files
with
41 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters