Jamie Howard
954044bf11
fix(ee): correct payload structure for review workflows stage change webhook event
2023-06-26 16:32:04 +01:00
Josh
8e705cf7c6
chore: remove react-select usage
...
chore: update snapshot
fix: only try to add a relation with an id
chore: tweaks
chore: update snapshots
2023-06-26 15:56:49 +01:00
Jamie Howard
1e4ec9a224
fix(Settings/Webhooks): correctly display webhook name error
2023-06-26 15:49:43 +01:00
Ben Irvin
c8e128d11c
Merge branch 'main' into chore/upgrade-jest-to-29.5
2023-06-26 16:31:04 +02:00
Ben Irvin
23e86fd063
fix some tests
2023-06-26 16:26:39 +02:00
Josh
c593a2735b
Merge pull request #17102 from nitinmadelyn/profile-improvement
2023-06-26 15:19:39 +01:00
Gustav Hansen
5d73a914bc
Chore: Wrap all useLicenseLimits calls in a custom hook
2023-06-26 14:43:08 +02:00
Nitin
2974996702
Prevent unnecessary api calls on profile save
2023-06-26 17:59:20 +05:30
Gustav Hansen
b4e158c3d1
Enhancement: Render workflow/ stage limits in CM edit view
2023-06-26 13:56:23 +02:00
Gustav Hansen
02391694e3
Enhancement: Display stage limits on create and edit pages
2023-06-26 13:56:23 +02:00
Gustav Hansen
f469fbc6c3
Enhancement: Display workflow limits on list, edit and create pages
2023-06-26 12:58:57 +02:00
Ben Irvin
72fb317529
fix linting error
2023-06-26 12:44:08 +02:00
nathan-pichon
1a4e62d99b
fix(review-workflows): update sanitize calls
2023-06-26 12:27:25 +02:00
Marc-Roig
9ad390e653
test: update lastUsedAt so field is updated only once an hour
2023-06-26 11:40:18 +02:00
Marc-Roig
d3323219c3
lastUsed update resolution to 1 hour
2023-06-26 11:17:51 +02:00
Marc-Roig
d535798aaa
update data transfer lastUsed once a day
2023-06-26 11:17:14 +02:00
nathan-pichon
fff75fb8f3
fix(review-workflows): sanitize queries
2023-06-26 11:13:45 +02:00
Marc-Roig
a8fee831c7
update last used at once a day
2023-06-26 11:11:55 +02:00
nathan-pichon
4f3ebb5869
fix(permissionChecker): use create and update sanitizers
2023-06-26 10:43:23 +02:00
Alexandre Bodin
63a0ff708e
Fix relative imports
2023-06-26 09:39:58 +02:00
Nathan Pichon
371e1014b0
Merge branch 'feature/review-workflow-multiple' into feature/review-workflow-multiple-sanitize
2023-06-23 17:33:00 +02:00
nathan-pichon
7da2f1e897
fix(review-workflow): sanitize inputs
2023-06-23 17:30:29 +02:00
Nathan Pichon
b4ac2f90d8
feat(review-workflows): remove deleted content-types in assigned workflows ( #17053 )
...
* feat(review-workflows): migrate old to new stage attribute name
* feat(reviewWorkflows): remove ct from workflows when deleted
* fix(operators): re-add $jsonSupersetOf to available operators
2023-06-23 17:18:32 +02:00
Gustav Hansen
c8d6478ec5
Merge pull request #17079 from strapi/fix/rendering-loops
...
Fix: Rendering loops for audit-logs and SSO settings pages
2023-06-23 15:44:06 +02:00
Gustav Hansen
c2b630c4ee
Merge pull request #17078 from strapi/fix/roles-rendering-loop
...
Fix: Fix infinite rendering loop of role edit page
2023-06-23 15:34:26 +02:00
Gustav Hansen
ee66e7cc95
Fix: Fix SSO setting page permissions
2023-06-23 15:21:16 +02:00
Gustav Hansen
dfc130f2f1
Fix: Fix audit-logs rendering loop
2023-06-23 15:20:38 +02:00
Gustav Hansen
04314f11f8
Fix: Fix infinite rendering loop of role edit page
2023-06-23 15:06:39 +02:00
Mark Kaylor
3f4bfdbdd1
Fix bulk publish removed
2023-06-23 09:52:58 +02:00
nathan-pichon
e1b1c1322f
fix(review-workflow): mock entityService
2023-06-22 15:59:26 +02:00
Gustav Hansen
4410fb8f97
Merge branch 'main' into feature/review-workflow-multiple-merge-main
2023-06-22 12:17:05 +02:00
Gustav Hansen
d8c4c91cef
Fix: ES decorator tests (faulty merge)
2023-06-22 11:46:55 +02:00
nathan-pichon
d901925443
fix(review-workflow): sanitize admin api requests
2023-06-22 11:46:51 +02:00
Gustav Hansen
7b83703576
Merge branch 'main' into feature/review-workflow-multiple-merge-main
2023-06-22 11:20:53 +02:00
Josh
9a537e811b
chore: merge fixes
...
chore: fix lint
2023-06-22 09:18:57 +01:00
Marc
674dc96b89
refactor: mark uid as a prohibited field & separate auto-clone route ( #16957 )
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-06-22 08:12:20 +01:00
Josh
f72a62be05
fix: error message improvements ( #16949 )
2023-06-22 08:12:12 +01:00
Josh
b62df89641
fix: if we have an origin it will be type string
2023-06-22 08:12:11 +01:00
Josh
be77eea6b7
refactor: remove workaround for relations
...
it's not needed
2023-06-22 08:11:50 +01:00
Josh
6283e43000
fix: use the specific clone route to post the new entity when finished cloning
2023-06-22 08:11:50 +01:00
Josh
99f6e71df8
fix: wrong operator used for searching
2023-06-22 08:11:50 +01:00
Josh
1c0b4f14ba
chore: add plugin query params to request
2023-06-22 08:11:31 +01:00
Josh
cef57c7841
chore: add tests
2023-06-22 08:11:31 +01:00
Marc-Roig
14fc4028e7
feat: find the origin & only load to modified data under the clone route
...
chore: pr amends from bad rebase
2023-06-22 08:11:31 +01:00
Josh
889a183706
chore: pr fixes
...
chore: tidy ups
2023-06-22 08:11:11 +01:00
Josh
c7363e4feb
feat: add clone entity on click in table redirect if not possible
2023-06-22 08:10:49 +01:00
Nathan Pichon
cd08c590a8
fix(review-workflow): the feature shouldn't be deactivated on content type creation ( #17045 )
...
* fix(reviewWorkflows): should not set review workflows as false on CT creation
* fix(reviewWorkflows): remove check on boolean to inject the stage attribute
* feat(reviewWorkflows): let people be able to deactivate rw stage attr
- without touching the old boolean for retro-compat
2023-06-21 18:09:16 +02:00
Convly
9fb9f758da
Merge branch 'releases/4.11.2'
2023-06-21 16:04:33 +02:00
Convly
6f7c815c2b
v4.11.2
2023-06-21 15:57:32 +02:00
Gustav Hansen
fcb7185344
Fix: Improve stage change success notification
2023-06-21 14:33:46 +02:00