Skip to content

feat: add edit modals for operational data#1069

Merged
tom-rm-meyer-ISST merged 10 commits intomainfrom
feat/edit-modals
Jan 7, 2026
Merged

feat: add edit modals for operational data#1069
tom-rm-meyer-ISST merged 10 commits intomainfrom
feat/edit-modals

Conversation

@tom-rm-meyer-ISST
Copy link
Copy Markdown
Contributor

@tom-rm-meyer-ISST tom-rm-meyer-ISST commented Jan 6, 2026

Description

resolves #981 (Feature Request)

Changes have been already implemented step-wise. TRGs have been applied during Review:

Additionally on this branch I

  • corrected some merge issue

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

  • DEPENDENCIES are up-to-date. Dash license tool. Committers can open IP issues for restricted libs.
  • Copyright and license header are present on all affected files (TRG 7.02
  • Documentation Notice are present on all affected files (TRG 7.07)
  • If helm chart has been changed, the chart version has been bumped to either next major, minor or patch level (compared to released chart).
  • Changelog updated (changelog.md) with PR reference and brief summary.
  • Frontend version bumped, if needed (frontend/package.json, frontend/package-lock.json)
  • Backend version bumped, if needed (backend/pom.xml)
  • Open API specification updated, if controllers have been changed (use python script scripts/generate_openapi_yaml.py with running customer backend)

ReneSchroederLJ and others added 9 commits October 9, 2025 19:35
* feat: implemented update logic for deliveries

* fix: bug in validation logic

* fix: improved feedback for invalid inputs

* fix: arrival-type validations
…1026)

* Implemented Edit functionality for Stock dialog

* updated entry in changelog

* 1022 PR (Edit stock Modal)  changes

* Removed mode from dataModal for Stock

* resolved quantity update issue for stock modal

* resolved update quantity stock issue
* Added Edit functionality for Demand modal

* Added entry for demand modal

* Demand modal Date patched changes

* Implemented edit functionality for Stock modal

* resolved quantity update issue for demand modal

* Revert "Implemented edit functionality for Stock modal"

This reverts commit 53b4b44.

* Revert "feat(material-details view): added material no. (#1005)"

This reverts commit 13a5488.

* PR #1028 review changes

* Fixed date patch issue

* Hide edit for reported demand
* Implemented edit functionality for Production modal

* Added entry for production modal in changelog

* Typo correction

* Made PR1037 review changes

* Hide edid for reported productions
@tom-rm-meyer-ISST tom-rm-meyer-ISST marked this pull request as ready for review January 7, 2026 06:30
Comment thread frontend/src/contexts/dataModalContext.tsx Outdated
Comment thread frontend/src/features/material-details/components/DemandCategoryCreationModal.tsx Outdated
Comment thread frontend/src/features/material-details/components/StockCreationModal.tsx Outdated
@tom-rm-meyer-ISST
Copy link
Copy Markdown
Contributor Author

Good catch reagrding the license files! 4-eyes principle is still valid even if I double check each PR! :D

@tom-rm-meyer-ISST tom-rm-meyer-ISST merged commit 7c39723 into main Jan 7, 2026
14 checks passed
@tom-rm-meyer-ISST tom-rm-meyer-ISST deleted the feat/edit-modals branch January 7, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Allow to edit information in Material Details View

4 participants