You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
* Updated CHANGELOG
* Refactored the impacted services
* Show impacted objects with and without subscriptions
* New GUI for CIM impacted objects
* Fixed update of impact override
* Fixed react select usage with dark theme + use absolute paths for import
* Cleanup in typescript and components
* Fixed version number and Changelog. Added Changelog and Readme to the linter.
* Fixed discussion items
Co-authored-by: René Dohmen <[email protected]>
If you would like to add an extra menu item you are free to name it as you wish. It is defined in the `allowed` function.
181
180
182
181
### Actions
182
+
183
183
Actions are disabled in the same manner as menu items. The following actions are configurable:
184
184
185
-
|Action|Location|Resource name| Explanation|
186
-
|---|---|---|---|
187
-
|Modify a subscription|Subscription detail page action menu|`/orchestrator/subscriptions/modify/*`|This resource can be configured per workflow|
188
-
|Terminate a subscription| " "|`/orchestrator/subscriptions/terminate/*`|With this resource you can terminate a subscription|
189
-
|Validate a subscription|" "|`/orchestrator/subscriptions/validate/*`|With this resource you can validate a certain subscription|
190
-
|View a subscription from the process detail page|The process detail page|`/orchestrator/subscriptions/view/from-process`|Interact with a subscription from the process detail page|
191
-
|Abort a process|" " |`/orchestrator/processes/abort/*`| The ability to abort a process|
192
-
|Delete a process|" "|`/orchestrator/processes/delete/*`| The ability to delete a process, this is always disabled for processes not for tasks|
193
-
|Retry a process|" "|`/orchestrator/processes/retry/*`| The ability to retry a failed process or task|
194
-
|View a subscription from a process|" "|`/orchestrator/subscriptons/view/from-process`|This enables the link towards the subscription detail page|
195
-
|View a process detail page| The process list page|`/orchestrator/processes/details/*`| The allows the person to visit a process detail page|
196
-
|Retry all tasks| The tasks list page|`/orchestrator/processes/all-tasks/retry`| The Retry all tasks button|
197
-
|Create a task| The tasks list page|`/orchestrator/processes/create/task`| Create a task|
198
-
|Create a new subscription|The new process button|`/orchestrator/processes/create/process/menu`||
199
-
|Render a user_input_form|Allow access to input steps|`/orchestrator/processes/user_inout/*`|Allow access to input_steps|
200
-
|Allow deletion of product blocks| Product block detail page|`/orchestrator/metadata/product-block/delete/*`||
201
-
|Edit a product block| " "|`/orchestrator/metadata/product-block/edit/*`||
202
-
|View a product block|Product block list page|`/orchestrator/metadata/prodcut-block/view/*`||
203
-
|View a product|Product list page|`/orchestrator/metadata/product/view/*`||
204
-
|Edit a product|Product detail page|`/orchestrator/metadata/product/edit/*`||
205
-
|Delete a product|Product detail page|`/orchestrator/metadata/product/delete/*`||
|Modify a subscription|Subscription detail page action menu|`/orchestrator/subscriptions/modify/*`|This resource can be configured per workflow|
188
+
|Terminate a subscription| " "|`/orchestrator/subscriptions/terminate/*`|With this resource you can terminate a subscription|
189
+
|Validate a subscription| " " |`/orchestrator/subscriptions/validate/*`|With this resource you can validate a certain subscription|
190
+
|View a subscription from the process detail page|The process detail page|`/orchestrator/subscriptions/view/from-process`|Interact with a subscription from the process detail page|
191
+
|Abort a process|" " |`/orchestrator/processes/abort/*`| The ability to abort a process|
192
+
|Delete a process|" "|`/orchestrator/processes/delete/*`| The ability to delete a process, this is always disabled for processes not for tasks|
193
+
|Retry a process|" "|`/orchestrator/processes/retry/*`| The ability to retry a failed process or task|
194
+
|View a subscription from a process|" "|`/orchestrator/subscriptons/view/from-process`|This enables the link towards the subscription detail page|
195
+
|View a process detail page| The process list page|`/orchestrator/processes/details/*`| The allows the person to visit a process detail page|
196
+
|Retry all tasks| The tasks list page|`/orchestrator/processes/all-tasks/retry`| The Retry all tasks button|
197
+
|Create a task| The tasks list page|`/orchestrator/processes/create/task`| Create a task|
198
+
|Create a new subscription|The new process button|`/orchestrator/processes/create/process/menu`||
199
+
|Render a user_input_form|Allow access to input steps|`/orchestrator/processes/user_inout/*`|Allow access to input_steps|
200
+
|Allow deletion of product blocks| Product block detail page|`/orchestrator/metadata/product-block/delete/*`||
201
+
|Edit a product block| " " |`/orchestrator/metadata/product-block/edit/*`||
202
+
|View a product block|Product block list page|`/orchestrator/metadata/prodcut-block/view/*`||
203
+
|View a product|Product list page|`/orchestrator/metadata/product/view/*`||
204
+
|Edit a product|Product detail page|`/orchestrator/metadata/product/edit/*`||
205
+
|Delete a product|Product detail page|`/orchestrator/metadata/product/delete/*`||
206
206
207
207
New actions or other actions can be enabled or disabled in the same way as menu items, by adding an arbitrary resource
208
208
to the project.
209
209
210
-
211
210
## Development tips
212
211
213
212
### IDE plugins
214
213
215
-
216
214
**Visual Studio Code**
217
215
218
-
*[vscode-styled-components](https://marketplace.visualstudio.com/items?itemName=styled-components.vscode-styled-components) for syntax highlighting `emotion/css`
219
-
220
-
216
+
-[vscode-styled-components](https://marketplace.visualstudio.com/items?itemName=styled-components.vscode-styled-components) for syntax highlighting `emotion/css`
0 commit comments