Commit de66fdb
feat: add support to form in action modals (#11094)
* feat: add support to form in action modals
* chore: add validation for custom actions in events
* chore: amend tests
* fix: amend custom action validation condition
* fix: remove declaration for custom action before validation
* chore: add test for non-required fields
* fix: replace responsive modal with dialog for custom action modal
* fix: move util to commons
* feat: show custom field value in audit modal
* chore: hide modal body for empty annotation
* fix: remove lint errors
* separate modal result and values (#11130)
* fix: hide action menu items for scopes
* chore: add story for custom action menu
* fix: rename custom action component
* fix: amend action modal body text
* fix: fetch action config only for the executing custom action instead of all
* fix: remove action for pending records
* fix: move pending flags check at the top
* fix: amend archive client test
* fix: amend field modal styling
* fix: remove compilation issues
* fix: amend width of modal
* fix: add knipignore for component props
* fix: use hooks on top of function
---------
Co-authored-by: Nil20 <[email protected]>
Co-authored-by: Cihan Bebek <[email protected]>1 parent cb0d652 commit de66fdb
File tree
25 files changed
+739
-121
lines changed- packages
- client
- .storybook
- src
- tests
- __snapshots__
- v2-events/features
- events
- actions
- correct
- quick-actions
- components
- workqueues/EventOverview/components
- ActionMenuStories
- LocalRegistrarInteraction
- EventHistory
- EventHistoryDialog/components
- commons/src/events
- state
- components/src
- Dialog
- buttons
- events/src
- router
- event
- __snapshots__
- middleware/validate
- tests
25 files changed
+739
-121
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
177 | 208 | | |
178 | 209 | | |
179 | 210 | | |
| |||
258 | 289 | | |
259 | 290 | | |
260 | 291 | | |
261 | | - | |
| 292 | + | |
262 | 293 | | |
263 | 294 | | |
264 | 295 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments