29292 Commits

Author SHA1 Message Date
Marc-Roig
ddc3c98c25 fix: remove related relation from stages CT 2023-04-14 11:07:54 +02:00
Marc-Roig
e424ea5aaf feat: oneWay joinColumn entity stage relation 2023-04-14 11:03:00 +02:00
Gustav Hansen
dac080fc81
Merge pull request #16393 from strapi/feature/review-workflow-ctb-fe-events
CTB: Emit enable/disable workflow events
2023-04-14 10:25:45 +02:00
Gustav Hansen
2ddae57aad CTB: Emit enable/disable workflow events 2023-04-14 10:00:48 +02:00
Marc
fda4cbea73
Merge pull request #16345 from strapi/fix/validate-stage-id 2023-04-14 07:50:44 +02:00
Jamie Howard
bec71c0cc9
Merge pull request #16344 from strapi/fix/review-workflow/find-target-stage 2023-04-13 13:20:46 +01:00
Gustav Hansen
c10883baeb
Merge pull request #16376 from strapi/feature/review-workflow-stage-update-response-update
CM: EditView - Update API response structure
2023-04-13 13:21:33 +02:00
Gustav Hansen
24ad2fa1fc CM: EditView - Update API response structure 2023-04-13 12:02:48 +02:00
Gustav Hansen
b9e99ca050
Merge pull request #16352 from strapi/feature/review-workflow-bug-scrub-fe-1
Review Workflows: Fix various bugs found by QA
2023-04-12 19:25:46 +02:00
Gustav Hansen
6d40793c9e
Merge pull request #16358 from strapi/chore/rw-remove-uid-attribute
Chore: Remove legacy uid attribute of workflows
2023-04-12 17:39:58 +02:00
Jamie Howard
ae9f809389
Merge pull request #16357 from strapi/fix/review-workflow/stage-update-response 2023-04-12 14:50:42 +01:00
Gustav Hansen
abba6b4750 Chore: Remove legacy uid attribute of workflows 2023-04-12 15:49:57 +02:00
Gustav Hansen
37b86bc691 Chore: EditView - Wrap InformationBoxEE tests in redux provider 2023-04-12 15:20:49 +02:00
Jamie Howard
69f6516378 fix(ee): api test for stage update 2023-04-12 14:18:40 +01:00
Jamie Howard
5b54885381 fix(ee): nest stage change response in data 2023-04-12 14:16:37 +01:00
Gustav Hansen
4ee17ed052 CM: EditView - Hide stage select while the entity is being created 2023-04-12 14:58:37 +02:00
Marc-Roig
5e28d1df7d fix: findById test 2023-04-12 14:02:26 +02:00
Gustav Hansen
af17acfec5 CM: EditView - Update initial state after the stage update 2023-04-12 14:02:19 +02:00
Gustav Hansen
3c1436f569 Settings: Reset hasDeletedServerStages when setting workflows 2023-04-12 13:28:30 +02:00
Gustav Hansen
ca6513aec7 Chore: Update snapshot tests 2023-04-12 13:28:30 +02:00
Gustav Hansen
17bbbc4f0f Settings: Fix background-color of Stage delete button 2023-04-12 13:28:30 +02:00
Gustav Hansen
d425af35b9 Settings: Fix Stage border overflow 2023-04-12 13:28:30 +02:00
Gustav Hansen
b1c908dbd4 Chore: Add tests 2023-04-12 13:28:30 +02:00
Gustav Hansen
6e08eeb637 CM: EditView - Display stage select disabled when creating an entry 2023-04-12 13:28:30 +02:00
Gustav Hansen
ea05ebca89 CM: EditView - Fix stage change for single-types 2023-04-12 13:28:30 +02:00
Gustav Hansen
98fdc005b7 ReactSelect: Display cursor as pointer on the input container 2023-04-12 13:28:30 +02:00
Gustav Hansen
5251ee7978 CM: EditView - Handle null values for entity stages 2023-04-12 13:28:30 +02:00
Gustav Hansen
fd75b0bb0f CM: Display review stage in empty state instead of crashing the app 2023-04-12 11:46:28 +02:00
Gustav Hansen
23abbc63d8 EditView: Display notification when a stage change was successful 2023-04-12 11:46:28 +02:00
Gustav Hansen
25bdf083b2 Settings: Display loading state on confirmation modal 2023-04-12 11:46:28 +02:00
Gustav Hansen
81dff1efb4 Settings: Fix state equal check 2023-04-12 11:46:28 +02:00
Gustav Hansen
01b537dcbd Settings: Display loading state on save button 2023-04-12 11:46:28 +02:00
Marc-Roig
5e865edd81 fix: validate stage id when updating entity 2023-04-11 17:29:02 +02:00
Marc-Roig
0642e31c99 test: validate stage id exists 2023-04-11 17:28:17 +02:00
Jamie Howard
aba023b771 fix(ee): account for new stages when finding target stage ID 2023-04-11 15:50:58 +01:00
Jamie Howard
05cee5cbd7 Merge remote-tracking branch 'origin/main' into feature/review-workflow 2023-04-11 14:15:43 +01:00
markkaylor
c0729afdd7
Merge pull request #16335 from strapi/fix/components-not-found 2023-04-11 14:18:47 +02:00
Josh
35ac944618
Merge pull request #16254 from strapi/chore/handle-dist-tags 2023-04-11 11:17:18 +01:00
Mark Kaylor
eb2cf3a987 Fix components not found 2023-04-11 10:21:05 +02:00
Ben Irvin
b7b92b20b2
Merge pull request #16304 from strapi/fix/fix-typo-in-admin-script 2023-04-11 10:16:52 +02:00
Josh
ac55981e23 chore: rename experimental to publish-prerelease 2023-04-11 08:31:18 +01:00
Josh
3b0c2be74f chore: trim distTag
Update scripts/remove-dist-tag.sh

Co-Authored-By: Ben Irvin <ben@innerdvations.com>
2023-04-11 08:05:41 +01:00
Josh
88c2b66e8d chore: use lerna exec
Update .github/workflows/experimental.yml
2023-04-11 08:05:41 +01:00
Josh
e1dd3292f9 chore: add inputs & remove-dist-tag script 2023-04-11 08:05:41 +01:00
Marc
c58b405b44
Merge pull request #16307 from strapi/fix/500-error-localizations 2023-04-05 17:45:32 +02:00
Cameron
1082bb0c13
Add debug command to CLI (#15846)
Co-authored-by: Ben Irvin <ben@innerdvations.com>
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
2023-04-05 16:23:06 +02:00
Marc
a3dcccf281 fix: do not trow if locailzations are empty 2023-04-05 16:06:22 +02:00
Alexandre BODIN
de4a0e3e31
Use yarn run -T to run command installed at the root of the monorepo (#16278) 2023-04-05 14:33:37 +02:00
Ben Irvin
6af113cec4 fix typo 2023-04-05 13:13:16 +02:00
Alexandre BODIN
feced1d72b
Move api tests to root of repo with same structure (#16242) 2023-04-05 10:32:20 +02:00