diff --git a/README.md b/README.md index 45bfa6a8..ea1508e6 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,36 @@ Once everything works again, we can push our new version: git push +#### 5. General Aftermath + +Think about which additional code could be effected by your JDL-changes! +Files which are not at all in the `jhipster-generated` branch, don't show conflicts even though they might need changes. + +Here some examples for amendments to be done: + +- in `historicization_*.xml`: the columns or their constraints +- `sampledata/*.xml/csv` + +If you find more of such general cases, please add them here! + +#### 6. Special Aftermath for new + +Because we have added quite some functionality, after introducing new entities, there is a lot more to amend. +Here some issues to consider: + +- add sample-data for the new entity +- internal (Angular) frontend: add table filters +- internal (Angular) frontend: amend input fields for multiline, if applicable +- internal (Angular) frontend: check if dates are properly formatted +- \*Mapper: add displayLabel for entity itself and parents +- DTOs: add access-right annotations with customized JSON serializer/deserializer +- Validator: implement entity-based validator and call it in the generated service +- external API: add new type to client library + +WARNING: This list is most likely incomplete. Pleas add any new found issue! + +For many of these issues look for HOWTO-commits in git or HOWTO comments in the source code. + ### Generating the Table of Contents for Markdown This README file contains a table of contents generated by _doctoc_. diff --git a/src/main/resources/config/liquibase/historicization/historicization_UserRoleAssignment.xml b/src/main/resources/config/liquibase/historicization/historicization_UserRoleAssignment.xml index e5f3c9f4..2f688580 100644 --- a/src/main/resources/config/liquibase/historicization/historicization_UserRoleAssignment.xml +++ b/src/main/resources/config/liquibase/historicization/historicization_UserRoleAssignment.xml @@ -31,12 +31,12 @@ - - + + - + diff --git a/src/main/resources/config/liquibase/master.xml b/src/main/resources/config/liquibase/master.xml index 1a649f66..59f9cc4f 100644 --- a/src/main/resources/config/liquibase/master.xml +++ b/src/main/resources/config/liquibase/master.xml @@ -6,20 +6,20 @@ - - - - - - + + + + + + - - - - - + + + + + diff --git a/src/main/webapp/app/entities/user-role-assignment/user-role-assignment-update.component.html b/src/main/webapp/app/entities/user-role-assignment/user-role-assignment-update.component.html index f6f3965d..008b9c6c 100644 --- a/src/main/webapp/app/entities/user-role-assignment/user-role-assignment-update.component.html +++ b/src/main/webapp/app/entities/user-role-assignment/user-role-assignment-update.component.html @@ -42,9 +42,7 @@