@datagrok/hit-triage 1.3.6 → 1.3.7
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/CHANGELOG.md +4 -0
- package/README_HD.md +11 -2
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/package.json +24 -2
- package/src/app/dialogs/permissions-dialog.ts +1 -1
- package/src/app/hit-design-app.ts +20 -3
- package/src/app/hit-design-views/info-view.ts +1 -1
- package/src/package.ts +9 -0
- package/src/packageSettingsEditor.ts +82 -0
package/CHANGELOG.md
CHANGED
package/README_HD.md
CHANGED
|
@@ -210,6 +210,15 @@ By default, any new campaign will be shared with all users. To manage who can vi
|
|
|
210
210
|
|
|
211
211
|

|
|
212
212
|
|
|
213
|
-
Similarly,
|
|
213
|
+
Similarly, you can manage view permissions, which will restrict access to viewing the campaign or accessing it directly via link. If all users are removed from `view` permissions, only the creator of the campaign will be able to view it.
|
|
214
214
|
|
|
215
|
-

|
|
215
|
+

|
|
216
|
+
|
|
217
|
+
You can also modify the default shyaring permissions for all newly created campaigns. To do so, modify the HitTriage package settings.
|
|
218
|
+
|
|
219
|
+
1. Go to `Browse` → `Platform` and click on `Plugins` (or directly via a link at `{your_datagrok_url}/packages`).
|
|
220
|
+
2. Under Cheminformatics, click on `HitTriage` package.
|
|
221
|
+
3. On the context panel, expand the `Settings` pane.
|
|
222
|
+
4. Modify the `Default view permissions` and `Default edit permissions` fields to set the default permissions for all newly created campaigns.
|
|
223
|
+
|
|
224
|
+

|