datastake-daf 0.6.729 → 0.6.730
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/services/index.js
CHANGED
|
@@ -1347,7 +1347,7 @@ class LinkedSubjectsService extends BaseService {
|
|
|
1347
1347
|
url: `forms/${namespace === "documents" ? namespace : getNamespace(namespace)}`,
|
|
1348
1348
|
isApp: true,
|
|
1349
1349
|
params: {
|
|
1350
|
-
scope:
|
|
1350
|
+
scope: "create",
|
|
1351
1351
|
language
|
|
1352
1352
|
}
|
|
1353
1353
|
});
|
package/package.json
CHANGED
|
@@ -32,12 +32,7 @@ class LinkedSubjectsService extends BaseService {
|
|
|
32
32
|
url: `forms/${namespace === "documents" ? namespace : getNamespace(namespace)}`,
|
|
33
33
|
isApp: true,
|
|
34
34
|
params: {
|
|
35
|
-
scope:
|
|
36
|
-
namespace === "nashirikiEvent"
|
|
37
|
-
? "event"
|
|
38
|
-
: namespace !== "documents"
|
|
39
|
-
? getNamespace(namespace)
|
|
40
|
-
: "createDocument",
|
|
35
|
+
scope:"create",
|
|
41
36
|
language,
|
|
42
37
|
},
|
|
43
38
|
});
|