Adding id while adding new report to store.
Depends on D7912
Differential D7913
[lib] assign local id to report while creating kamil on May 22 2023, 6:46 AM. Authored by Tags None Referenced Files
Details
Adding id while adding new report to store. Depends on D7912 Make sure each report type will have an assigned id. After this, I made id field mandatory and checked for flow errors which should make sure that it was added in all places
Diff Detail
Event TimelineComment Actions It might be a good idea to create an intermediate function that generates the id. At this point that function would just return getUUID(), but if we ever decide to change id scheme, having this function would be really helpful. |