Commit 14a4f1f
Added custom part status (#1053)
* Benutzerdefinierten Bauteilstatus einführen
* PartCustomStateController hinzufügen
* Umstellung Migrationen bzgl. Multi-Plattform-Support.
Zunächst MySQL, SQLite Statements integrieren.
* Postgre Statements integrieren
* Semikolon in Migration entfernen
* Migration für PartCustomState aktualisieren
* Benutzerdefinierten Bauteilstatus in TableSettings aufnehmen
* PartCustomStateControllerTest: Attribute für PHPUnit-Gruppen umgestellt
* PartCustomState: Mapping für Parameter korrigieren
* PartCustomState: Darstellung und Zuordnung von Anhängen ergänzt
Die Sidebar wurde um die Anzeige des benutzerdefinierten Bauteilstatus erweitert, inklusive Vorschaubild, sofern vorhanden.
* Migrationen zusammenführen
* PartCustomState: Anpassungen bzgl. Tests
* PartCustomStateEndpoint hinzufügen
* Made custom part states plural for consistency with other entity captions
* Fixed phpunit error
* Fixed phpstan issues
---------
Co-authored-by: Marcel Diegelmann <[email protected]>
Co-authored-by: Jan Böhmer <[email protected]>1 parent 600686c commit 14a4f1f
File tree
65 files changed
+2044
-18
lines changed- config
- docs
- migrations
- src
- Command/Migrations
- Controller/AdminPages
- DataFixtures
- DataTables
- Filters
- Entity
- Attachments
- Base
- LogSystem
- Parameters
- Parts
- PartTraits
- Form
- AdminPages
- Filters
- Part
- Repository/Parts
- Security/Voter
- Services
- Attachments
- EDA
- EntityMergers/Mergers
- ImportExportSystem/PartKeeprImporter
- LabelSystem
- Trees
- UserSystem
- Settings/BehaviorSettings
- Twig
- templates
- admin
- parts
- edit
- info
- lists
- tests
- API/Endpoints
- Controller/AdminPages
- Entity/Attachments
- Services/EntityMergers/Mergers
- Twig
- assets
- translations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
65 files changed
+2044
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments