Descriptions aren't GET
abdullahcalisir12 opened this issue ยท 5 comments
abdullahcalisir12 commented
Descriptions are required to create organization, unit, etc,
After creating one, Then when I refresh the page descriptions are empty.
VaughnVernon commented
@abdullahcalisir12 Which of the following are you using?
GET /api/organizations
GET /api/organizations/{organizationId}
The description is not provided with 1, but should be with 2.
Florian-Schoenherr commented
It is not provided. I seriously forgot. There is another one, I think categories
on schema.
It's a small change, someone just needs to add it to all the ...View.java
classes.
Florian-Schoenherr commented
I'm truly sorry. Please use this as reference: a74ae4f
(it should be enough to have description
on the respective ..Defined
and ..Redefined
merges and ..View
s)
VaughnVernon commented
@Florian-Schoenherr Do you mean to tell us that you are human? ๐ No worries. Thanks for helping.
Florian-Schoenherr commented
Fixed by 3401469