Adds controller actions to interact with the order integration - #1440
Open
1nf0rmagician wants to merge 5 commits into
Open
Adds controller actions to interact with the order integration#14401nf0rmagician wants to merge 5 commits into
1nf0rmagician wants to merge 5 commits into
Conversation
- Adds an Id based facade method to delete containers - Handles error cases for unknown Ids - Add a controller action to deregister containers
@co-authored-by: continue:claude-opus-4.7
Adds extension methods to retireve custom attributes for enum values, especially for display name and description. This works similar to the extensions on `ICustomAttributeProvider` that already exist.
- Adds the controller action seperated on a dedicated region - Adds a controller action allowing to check whether an order integration is available in the system - Adds a facade to the order integration module to retrieve the information - Adds required setup in the module controller and components
This was referenced Aug 17, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is stacked onto #1434
Add enum extensions
Adds extension methods to retireve custom attributes for enum values, especially for display name and description. This works similar to the extensions on
ICustomAttributeProviderthat already exist.NOTE: This commit is facilitating a cleaner implementation but should actually be moved to the dev branch before the whole material management feature is done.
Added a controller action to retrieve all held order references