@overmap-ai/core 1.0.51-issue-types.0 → 1.0.51-issue-types.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/overmap-core.js
CHANGED
|
@@ -6609,7 +6609,7 @@ class IssueTypeService extends BaseApiService {
|
|
|
6609
6609
|
store.dispatch(addIssueType(offlineIssueType));
|
|
6610
6610
|
const promise = this.enqueueRequest({
|
|
6611
6611
|
method: HttpMethod.POST,
|
|
6612
|
-
url: `/organizations/${activeOrganizationId}/
|
|
6612
|
+
url: `/organizations/${activeOrganizationId}/issue-types/`,
|
|
6613
6613
|
// Sending only whats needed here
|
|
6614
6614
|
payload: {
|
|
6615
6615
|
offline_id: offlineIssueType.offline_id,
|
|
@@ -6683,7 +6683,7 @@ class IssueTypeService extends BaseApiService {
|
|
|
6683
6683
|
}
|
|
6684
6684
|
const result = await this.enqueueRequest({
|
|
6685
6685
|
method: HttpMethod.GET,
|
|
6686
|
-
url: `/organizations/${activeOrganizationId}/
|
|
6686
|
+
url: `/organizations/${activeOrganizationId}/issue-types/`,
|
|
6687
6687
|
blockers: [],
|
|
6688
6688
|
blocks: []
|
|
6689
6689
|
});
|