Closed StefanKock closed 1 year ago
Decided in the Planning this ticket might accidently break anywhere in the UIs, so we will move it to 1.79: Merge early and do a lot of UI reviews.
Reponening because the component columns are not rendered correctly
I think that the user roles might have been affected by this ticket as well, as their user role names that we had predefined before (such as National User, Admin, etc) are no longer visible but instead we have some uuids:
Observed with @abrudanancuta that the Shares directory was affected as well:
The problem for directories Shares and Messages was fixed
The same problem appears for Configuration directory, for the tabs:
The same problem for directories:
Additional:
Later edit - the same happens for community as well, in the same place mentioned in comment https://github.com/hzi-braunschweig/SORMAS-Project/issues/9759#issuecomment-1383761614
At detailed export file for Case, Contact the column Reporting UserRole is malformed. sormas_kontakte2023-01-18.csv sormas_fälle2023-01-18.csv
I will reopen the ticket
Validated on test.sormas with the version: 1.79.0-SNAPSHOT (ef8ee0a)
Problem Description
Follow-up to #8314: Not all DTOs were covered.
Proposed Change
[x] 1. Check and document which classes need to be handled. Refine before to know the effort beforehand.
[x] 2. Adjust
toString
to the usual class + uuid pattern.[x] 3. Adjust now not properly formatted values in the vaadin-app (grid columns, selects, maybe labels)
[x] 4. Adjust now not properly formatted values in the android-app?
Acceptance Criteria
toString
Implementation Details
List of (super-) classes that need to be changed:
ReferenceDto
Person
).Idea: Introduce Interface
HasCaption
for formattingEntityDto
andReferenceDto
classes to ease the use ofCaptionRenderer
.Additional Information