14487 Commits

Author SHA1 Message Date
Bassel Kanso
1f96ed54e0
feat: adding info diagnostics --verbose options to data-transfer providers (#22085)
Co-authored-by: Ziyi <daydreamnation@live.com>
2024-11-19 12:48:54 +02:00
George C. A.
72ea34aaac
fix: added the prop for pointer cursor (#22197)
* fix: added the prop for poitner cursor

* fix: added the prop for pointer cursor
2024-11-18 23:23:25 +02:00
Lucas Boilly
f49f46a1c1
fix: replaced translation id (#22193) 2024-11-18 09:36:51 -05:00
George C. A.
ec9b1b708d
fix(history): add disabled styles to strapi components input (#22172) 2024-11-15 16:33:53 +01:00
Sam Phillemon
f17a7b85a8
fix(upload): fixed the caching issue in media-lib new folder (#21893) 2024-11-15 15:28:19 +01:00
邓超
77f4caa9f9
enhancement: add support for user database migrations in typescript (#21374)
---------
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2024-11-15 08:40:55 +01:00
Hannah Paine
51dcef446e
Merge pull request #21602 from Sam-Phillemon9493/fix/issue_21600
fix: added the neutral800 for the feild title in content builder
2024-11-14 18:33:46 +01:00
Hannah Paine
7ef6beb12b
Merge pull request #21988 from kaioduarte/fix-form-submit
fix: prevent submitting form on button clicks
2024-11-14 18:06:49 +01:00
Marc Roig
4a29d23d6f
feat: will navigate event (#22109)
* feat: preview tabs

* fix: re organize imports

* fix: pr suggestions

* fix: padding

* fix: use paddings

* chore: remove margin bottom from tab

* chore: do not use style tag

* fix: remove unused align

* feat: will navigate event

* fix: remove duplicate compo

* fix: document status
2024-11-14 14:01:52 +01:00
Kaio Duarte
c4c2822dff
fix: reset createdAt field when duplicating entry (#21991)
* fix: reset createdAt field when duplicating entry

* fix: reset updatedAt timestamp on clone
2024-11-14 10:29:19 +01:00
Ben Irvin
6a883bcf3f Merge branch 'main' into develop 2024-11-14 09:29:13 +01:00
Ben Irvin
186981dd71 v5.4.0 2024-11-13 17:06:50 +01:00
Ben Irvin
7d785703f5 v5.4.0 2024-11-13 17:02:15 +01:00
Simone
fc7563b7cc
fix: add empty value in the enumeration dropdown (#22139) 2024-11-13 12:19:37 +01:00
Ben Irvin
3d5794391d
fix: remove references to prerelease versions of Strapi (#22143) 2024-11-13 11:59:03 +01:00
Marc Roig
69f18c8c7e
fix: allow cross origin sources when cropping images (#22126) 2024-11-13 09:44:27 +01:00
Simone
80703cd6d0
enhancement: add didRestoreHistoryVersion and willNavigate to history (#22133)
* enhancement: add didRestoreHistoryVersion and willNavigate to history

* enhancement: remove the destination search params in the will navigate
2024-11-13 09:38:38 +01:00
Sam Phillemon
d12670bba0
fix: added the hover color as 'danger100' (#21541)
* fix: added the popover as danger100 for the background of the danger rows

* fix: added 'danger100' on hover for Logout

* fix: added a check to not show any background on hover for disabled items
#20777

* fix: addressing PR feedback

* chore: added tests for the hover color

* chore: updated the unit tests to use user events

* chore: removed unused imports
2024-11-13 09:37:33 +01:00
Jamie Howard
5e7d6d7eaa
Merge branch 'develop' into fix/issue_21600 2024-11-12 16:33:34 +00:00
Marc Roig
af7e4e2471
wip: static preview draft & publish tabs (#22025)
* feat: preview tabs

* fix: re organize imports

* fix: tabs label text

* fix: import

* fix: preview close button (#22027)

* fix: preview close button

* chore: remove function

* fix: typescript error

* fix: pr suggestions

* fix: padding

* fix: use paddings

* fix: pr suggestions

* fix: align to end

* chore: e2e test

* chore: remove margin bottom from tab

* chore: do not use style tag

* fix: remove unused align

* chore: update component locator to getByRole
2024-11-12 10:02:46 +01:00
Rémi de Juvigny
fed213989e
enhancement: add back button fallback support (#21970)
* enhancement: add back button fallback support

* enhancement: add fallback urls

* fix: feedback and fixes
2024-11-12 02:48:49 -05:00
Archana Agivale
b0db56479d
fix: issue 20810 Line 1 is written in the tooltip of the edit button in Bulk Publish (#21715)
* fix: issue 20810 Line 1, line 2, line 3 is written in the tooltip of the edit button in Bulk Publish
ref : #20810

* fix: fix bug 20810 tooltip text change to Edit
Ref : #20810

* fix: updated message ID

* fix: added new key for message
2024-11-11 11:11:31 +01:00
Simone
ea6e3b80ab
chore: migrate media-library pages to Typescript (#21896)
* chore: migrate to TS AudoPreview component

* chore: migrate to TS PaginationContext component

* chore: migrate to TS Pagination component

* chore: migrate to TS PaginationFolder components

* chore: migrate to TS PaginationFooter index component

* chore: migrate to TS isSelectable util

* chore: migrate to TS PageSize component

* chore: migrate to TS DialogFooter component

* chore: migrate to TS Draggable component

* chore: migrate to TS ContextInfo component

* chore: migrate to TS ContextInfo test and index component

* chore: migrate to TS PreviewBox components file

* chore: migrate to TS DialogHeader component

* chore: migrate to TS RemoveFolderDialog

* chore: migrate to TS EmptyAssetGrid

* chore: migrate to TS EmptyAssets index file

* chore: migrate to TS AssetCardBase

* chore: migrate to TS AudioAssetCard component

* chore: migrate to TS DocAssetCard component

* chore: migrate to TS ImageAssetCard component

* chore: migrate to TS AssetCard unit tests

* chore: migrate to TS SearchAsset component

* chore: migrate to TS UploadProgress component

* chore: migrate to TS FromComputerForm component

* chore: migrate to TS FromUrlForm component

* chore: migrate to TS AddAssetStep component

* chore: migrate to TS VideoPreview component

* chore: migrate to TS VideoAssetCard component

* chore: migrate to TS UploadingAssetCard component

* chore: migrate to TS PreviewCell component

* chore: migrate to TS CellContent component

* chore: migrate to TS TableRows component

* chore: migrate to TS TableList component

* chore: migrate to TS SortPicker component

* chore: migrate to TS Option component with utils

* chore: migrate to TS EmptyStateAsset and CarouselAsset

* chore: migrate to TS CopyLinkButton component

* chore: migrate to TS CarouselAssetActions component

* chore: migrate to TS FolderGridList component

* chore: migrate to TS FolderCardContext

* chore: migrate to TS FolderCard component

* chore: migrate to TS FolderCardBody component

* chore: migrate to TS FolderCardBodyAction component

* chore: migrate to TS FolderCardCheckbox component

* chore: migrate to TS FolderCard unit test

* chore: migrate to TS getFilterList

* chore: migrate to TS FilterValueInput component

* chore: migrate to TS FilterTag

* chore: migrate to TS FilterList

* chore: migrate to TS EditFolderModalHeader component

* chore: migrate to TS AssetPreview component

* chore: migrate to TS CroppingActions component

* chore: migrate to TS RemoveAssetDialog component

* chore: migrate to TS ReplaceMediaButton component

* chore: migrate to TS AssetCard component

* chore: migrate to TS AssetGridList

* chore: migrate to TS PendingAssetStep component

* chore: migrate to TS SelectedStep component

* chore: migrate to TS PreviewBox component

* chore: migrate to TS SelectTree

* chore: migrate to TS SelectTree unit test

* chore: migrate to TS BulkMoveDialog

* chore: migrate to TS EditFolderContent component

* chore: migrate to TS FilterValueInput

* chore: migrato to TS CrumbSimpleMenuAsync

* chore: migrate to TS Breadcrumbs

* chore: migrate to TS Filters component

* chore: migrate to TS EditAssetDialog

* chore: migrate to TS CarouselAssets

* chore: migrate to TS UploadAssetDialog and BrowseStep

* chore: migrate to TS BrowseStep test

* chore: migrate to TS AssetDialog component

* chore: migrate to TS MediaLibraryDialog component

* chore: migrate to TS MediaLibraryDialog component

* chore: remove a useless type guard

* chore: fix small stuff

* chore: fix BulkMoveDialog unit test

* chore: fix some types

* chore: fix prettier problems

* chore: migrate to TS EmptyOrNoPermissions component

* chore: migrate to TS BulkDeleteButton component

* chore: migrate to TS BulkMoveButton component

* chore: fix prettier errors

* chore: migrate to TS reducer settings page

* chore: migrate to TS init in the settings page

* chore: fix review's comments

* chore: migrate to TS SettingsPage

* chore: migrate to TS init ConfigureTheView

* chore: migrate to TS the ConfigureTheView redux definition

* chore: migrate to TS ConfigureTheView Settings page

* chore: fix review comments

* chore: migrate to TS ConfigureTheView page

* chore: migrate to TS BulkDeleteButton and BulkMoveButton

* chore: migrate to TS EmptyOrNoPermissions

* chore: migrate to TS Header in MediaLibrary page

* chore: migrate to TS Header

* chore: migrate to TS BulkActions in App page

* chore: migrate to TS BulkActions

* chore: migrate to TS Filters component

* chore: migrate to TS MediaLibrary page

* chore: migrate to TS App page

* chore: migrate to TS index entry point

* chore: replace newConstants with constants and fix some configuration files

* chore: fix lint errors

* chore: fix build errors

* chore: fix review comments

* chore: remove tag from Header component

* chore: fix remaining eslint error, add todo to the ex index files

* chore: fix breadcrumbs error
2024-11-08 17:22:43 +01:00
Marvin Mottet
9e6d64696b
fix: possible query ambiguity during Strapi v5 db migration (#21596)
In the migration 5.0.0-02-created-document-id, the GROUP BY in the SQL request does not precise the column's table which create an ambiguity when a content type use internationalization and one of its field is named "[name_of_the_type]Id".

Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2024-11-08 14:51:20 +00:00
Archana Agivale
c54031ab6f
fix: fix issue 21253 [Design] Select Files tab content on the Asset Field #21253 (#21587)
Ref : #21253

Co-authored-by: Simone <startae14@gmail.com>
2024-11-08 09:47:39 +01:00
Ben Irvin
f3ad685d4b
feat: reordering for polymorphic relations in Content API (#21928)
Co-authored-by: Marc Roig <Marc-Roig@users.noreply.github.com>
Co-authored-by: Marc <marc.roig.campos@strapi.io>
2024-11-08 09:07:22 +01:00
Rémi de Juvigny
bb6ff32f51
chore: reuse DocumentStatus in history and preview (#22067) 2024-11-07 10:52:33 -05:00
Marc Roig
d103412420
fix: stage change should not update modified status (#22069)
* fix: stage change should not update modified status

* feat: assiignees

* chore: add comment

* fix: remove assignee

* chore: api tests
2024-11-07 15:28:19 +01:00
Jamie Howard
59fa6b3da1
fix: populate media in document service (#22086)
* fix: populate media in document service

* chore: pr feedback
2024-11-07 10:19:13 +00:00
Alexandre BODIN
7b076d9dfc
Merge pull request #21931 from strapi/fix/preload-strapi-before-watch
fix: load strapi before watch
2024-11-07 10:25:24 +01:00
Marc Roig
d3b60e801b
v5.3.0 (#22088) (#22089)
* fix(e2e): update blocks e2e tests (#22010)

* feat: preview content in an iframe (#22008)

* feat: preview content

* fix: pr suggestions

* fix: pr suggestions

* fix: iframe border

* fix(content-manager): translate content-type and component attributes (#21951)

* fix: review workflow persist data (#21984)

* fix: review workflow persist data

* fix: persist assignee

* chore: comment

* fix: typings and code simplification

* Feat(cloud-cli): deploy command allows environment to be passed (#21898)

* feat: deploy to env

* chore: migrate media-library components to Typescript (#21622)

* chore: migrate to TS AudoPreview component

* chore: migrate to TS PaginationContext component

* chore: migrate to TS Pagination component

* chore: migrate to TS PaginationFolder components

* chore: migrate to TS PaginationFooter index component

* chore: migrate to TS isSelectable util

* chore: migrate to TS PageSize component

* chore: migrate to TS DialogFooter component

* chore: migrate to TS Draggable component

* chore: migrate to TS ContextInfo component

* chore: migrate to TS ContextInfo test and index component

* chore: migrate to TS PreviewBox components file

* chore: migrate to TS DialogHeader component

* chore: migrate to TS RemoveFolderDialog

* chore: migrate to TS EmptyAssetGrid

* chore: migrate to TS EmptyAssets index file

* chore: migrate to TS AssetCardBase

* chore: migrate to TS AudioAssetCard component

* chore: migrate to TS DocAssetCard component

* chore: migrate to TS ImageAssetCard component

* chore: migrate to TS AssetCard unit tests

* chore: migrate to TS SearchAsset component

* chore: migrate to TS UploadProgress component

* chore: migrate to TS FromComputerForm component

* chore: migrate to TS FromUrlForm component

* chore: migrate to TS AddAssetStep component

* chore: migrate to TS VideoPreview component

* chore: migrate to TS VideoAssetCard component

* chore: migrate to TS UploadingAssetCard component

* chore: migrate to TS PreviewCell component

* chore: migrate to TS CellContent component

* chore: migrate to TS TableRows component

* chore: migrate to TS TableList component

* chore: migrate to TS SortPicker component

* chore: migrate to TS Option component with utils

* chore: migrate to TS EmptyStateAsset and CarouselAsset

* chore: migrate to TS CopyLinkButton component

* chore: migrate to TS CarouselAssetActions component

* chore: migrate to TS FolderGridList component

* chore: migrate to TS FolderCardContext

* chore: migrate to TS FolderCard component

* chore: migrate to TS FolderCardBody component

* chore: migrate to TS FolderCardBodyAction component

* chore: migrate to TS FolderCardCheckbox component

* chore: migrate to TS FolderCard unit test

* chore: migrate to TS getFilterList

* chore: migrate to TS FilterValueInput component

* chore: migrate to TS FilterTag

* chore: migrate to TS FilterList

* chore: migrate to TS EditFolderModalHeader component

* chore: migrate to TS AssetPreview component

* chore: migrate to TS CroppingActions component

* chore: migrate to TS RemoveAssetDialog component

* chore: migrate to TS ReplaceMediaButton component

* chore: migrate to TS AssetCard component

* chore: migrate to TS AssetGridList

* chore: migrate to TS PendingAssetStep component

* chore: migrate to TS SelectedStep component

* chore: migrate to TS PreviewBox component

* chore: migrate to TS SelectTree

* chore: migrate to TS SelectTree unit test

* chore: migrate to TS BulkMoveDialog

* chore: migrate to TS EditFolderContent component

* chore: migrate to TS FilterValueInput

* chore: migrato to TS CrumbSimpleMenuAsync

* chore: migrate to TS Breadcrumbs

* chore: migrate to TS Filters component

* chore: migrate to TS EditAssetDialog

* chore: migrate to TS CarouselAssets

* chore: migrate to TS UploadAssetDialog and BrowseStep

* chore: migrate to TS BrowseStep test

* chore: migrate to TS AssetDialog component

* chore: migrate to TS MediaLibraryDialog component

* chore: migrate to TS MediaLibraryDialog component

* chore: remove a useless type guard

* chore: fix small stuff

* chore: fix BulkMoveDialog unit test

* chore: fix some types

* chore: fix prettier problems

* chore: fix review's comments

* chore: fix review comments

* chore: bump design system to 2.0.0-rc.12 (#22043)

* chore: bump design system dep

* fix: remove showBullet prop from Status components

* chore: snapshot updates

* feat(content-manager): integrate review workflows with releases (#21882)

* feat(review-workflows): adding required stage for publishing (#21380)

* feat(review-workflows): adding required stage for publishing

* fix(review-workflows): fixs on rw required stage

* fix(review-workflows): selected required stage when stage name changed

* fix(review-workflows): bug when creating new rw

* feat(review-workflows): check entry stage before publish (#21400)

* feat(content-releases): add stage check to releases details page (#21497)

* feat(content-releases): add stage check

* fix(content-releases): apply suggestions on releases x review workflows

* feat(content-releases): considered review stage when getting the action status (#21612)

* feat(content-releases): considered review stage when getting the action status

* fix: apply changes to reviewWorkflows on schema

* fix: add api test for review workflows publish stage

* fix: api tests

* fix: validation message errors (#21878)

* feat: add workflowId & hasRequiredStageToPublish to workflows metrics events (#21897)

* fix(content-releases): skip flaky test

* fix: update accessible name in history.spec.ts

---------



* fix(e2e): enable e2e tests in editview.spec.ts (#21986)

* fix: run discardDrafts without concurrency (#22074)

* chore: config nx releases (#22087)



* chore: dependency change

* fix: revert release script

* v5.3.0

---------

Co-authored-by: markkaylor <mark.kaylor@strapi.io>
Co-authored-by: Gonzalo Andres Garcia <nouvellegon@gmail.com>
Co-authored-by: Simone <startae14@gmail.com>
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Co-authored-by: Fernando Chávez <fernando.chavez@strapi.io>
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
2024-11-07 09:36:49 +01:00
Alexandre BODIN
a53884c89b
Merge branch 'develop' into fix/preload-strapi-before-watch 2024-11-06 06:02:58 -08:00
kaioduarte
c432113a4f fix: prevent submitting form on button clicks 2024-11-05 13:18:58 +00:00
Sam Phillemon
99744be983
fix: added fix for the last draft displaying NaN (#22024)
* fix: added fix for the last draft displaying NaN
#20756

* chore: add Relative time content manager test
2024-11-05 09:53:04 +01:00
Shohzod Abdusamatov
c3eb27c3a0
Update languageNativeNames.ts add O'zbekcha (#21910)
* Update languageNativeNames.ts add O'zbekcha

* Update languageNativeNames.ts

* Update languageNativeNames.ts

* Update languageNativeNames.ts

---------

Co-authored-by: Simone <startae14@gmail.com>
2024-11-04 23:12:34 +01:00
markkaylor
5c463a4f33
fix(e2e): enable e2e tests in editview.spec.ts (#21986) 2024-11-04 11:12:15 +01:00
Fernando Chávez
906f82d718
feat(content-manager): integrate review workflows with releases (#21882)
* feat(review-workflows): adding required stage for publishing (#21380)

* feat(review-workflows): adding required stage for publishing

* fix(review-workflows): fixs on rw required stage

* fix(review-workflows): selected required stage when stage name changed

* fix(review-workflows): bug when creating new rw

* feat(review-workflows): check entry stage before publish (#21400)

* feat(content-releases): add stage check to releases details page (#21497)

* feat(content-releases): add stage check

* fix(content-releases): apply suggestions on releases x review workflows

* feat(content-releases): considered review stage when getting the action status (#21612)

* feat(content-releases): considered review stage when getting the action status

* fix: apply changes to reviewWorkflows on schema

* fix: add api test for review workflows publish stage

* fix: api tests

* fix: validation message errors (#21878)

* feat: add workflowId & hasRequiredStageToPublish to workflows metrics events (#21897)

* fix(content-releases): skip flaky test

* fix: update accessible name in history.spec.ts

---------

Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
2024-11-04 10:18:40 +01:00
Rémi de Juvigny
cd49060e03
chore: bump design system to 2.0.0-rc.12 (#22043)
* chore: bump design system dep

* fix: remove showBullet prop from Status components

* chore: snapshot updates
2024-11-04 04:00:05 -05:00
Rémi de Juvigny
3fdd03038d Merge remote-tracking branch 'origin/main' into develop 2024-10-31 17:14:27 +01:00
Simone
442516adad
chore: migrate media-library components to Typescript (#21622)
* chore: migrate to TS AudoPreview component

* chore: migrate to TS PaginationContext component

* chore: migrate to TS Pagination component

* chore: migrate to TS PaginationFolder components

* chore: migrate to TS PaginationFooter index component

* chore: migrate to TS isSelectable util

* chore: migrate to TS PageSize component

* chore: migrate to TS DialogFooter component

* chore: migrate to TS Draggable component

* chore: migrate to TS ContextInfo component

* chore: migrate to TS ContextInfo test and index component

* chore: migrate to TS PreviewBox components file

* chore: migrate to TS DialogHeader component

* chore: migrate to TS RemoveFolderDialog

* chore: migrate to TS EmptyAssetGrid

* chore: migrate to TS EmptyAssets index file

* chore: migrate to TS AssetCardBase

* chore: migrate to TS AudioAssetCard component

* chore: migrate to TS DocAssetCard component

* chore: migrate to TS ImageAssetCard component

* chore: migrate to TS AssetCard unit tests

* chore: migrate to TS SearchAsset component

* chore: migrate to TS UploadProgress component

* chore: migrate to TS FromComputerForm component

* chore: migrate to TS FromUrlForm component

* chore: migrate to TS AddAssetStep component

* chore: migrate to TS VideoPreview component

* chore: migrate to TS VideoAssetCard component

* chore: migrate to TS UploadingAssetCard component

* chore: migrate to TS PreviewCell component

* chore: migrate to TS CellContent component

* chore: migrate to TS TableRows component

* chore: migrate to TS TableList component

* chore: migrate to TS SortPicker component

* chore: migrate to TS Option component with utils

* chore: migrate to TS EmptyStateAsset and CarouselAsset

* chore: migrate to TS CopyLinkButton component

* chore: migrate to TS CarouselAssetActions component

* chore: migrate to TS FolderGridList component

* chore: migrate to TS FolderCardContext

* chore: migrate to TS FolderCard component

* chore: migrate to TS FolderCardBody component

* chore: migrate to TS FolderCardBodyAction component

* chore: migrate to TS FolderCardCheckbox component

* chore: migrate to TS FolderCard unit test

* chore: migrate to TS getFilterList

* chore: migrate to TS FilterValueInput component

* chore: migrate to TS FilterTag

* chore: migrate to TS FilterList

* chore: migrate to TS EditFolderModalHeader component

* chore: migrate to TS AssetPreview component

* chore: migrate to TS CroppingActions component

* chore: migrate to TS RemoveAssetDialog component

* chore: migrate to TS ReplaceMediaButton component

* chore: migrate to TS AssetCard component

* chore: migrate to TS AssetGridList

* chore: migrate to TS PendingAssetStep component

* chore: migrate to TS SelectedStep component

* chore: migrate to TS PreviewBox component

* chore: migrate to TS SelectTree

* chore: migrate to TS SelectTree unit test

* chore: migrate to TS BulkMoveDialog

* chore: migrate to TS EditFolderContent component

* chore: migrate to TS FilterValueInput

* chore: migrato to TS CrumbSimpleMenuAsync

* chore: migrate to TS Breadcrumbs

* chore: migrate to TS Filters component

* chore: migrate to TS EditAssetDialog

* chore: migrate to TS CarouselAssets

* chore: migrate to TS UploadAssetDialog and BrowseStep

* chore: migrate to TS BrowseStep test

* chore: migrate to TS AssetDialog component

* chore: migrate to TS MediaLibraryDialog component

* chore: migrate to TS MediaLibraryDialog component

* chore: remove a useless type guard

* chore: fix small stuff

* chore: fix BulkMoveDialog unit test

* chore: fix some types

* chore: fix prettier problems

* chore: fix review's comments

* chore: fix review comments
2024-10-31 10:00:13 +01:00
Rémi de Juvigny
c3b3af2ac5 v5.2.0 2024-10-30 16:08:15 +01:00
Marc Roig
2a1c8a222a
fix: review workflow persist data (#21984)
* fix: review workflow persist data

* fix: persist assignee

* chore: comment

* fix: typings and code simplification
2024-10-30 13:18:46 +01:00
markkaylor
08835f33dd
fix(content-manager): translate content-type and component attributes (#21951) 2024-10-30 11:40:50 +01:00
Marc Roig
011cefc73f
feat: preview content in an iframe (#22008)
* feat: preview content

* fix: pr suggestions

* fix: pr suggestions

* fix: iframe border
2024-10-30 09:01:47 +01:00
Pierre Levavasseur
36632203b1
fix: single type name not applied in the content manager (strapi#20844) (#21430) 2024-10-28 11:06:28 -04:00
Ismael Ash
15a6436eba
fix(typescript): declare modules used in @strapi/strapi (#21941) 2024-10-28 16:00:32 +01:00
Marc Roig
c222e1c4de
feat: fix filters attribute name (#21547)
* feat: fix filters attribute name

* chore: simplify test

* chore: pr suggestions

* fix: short hand populate

* chore: comment

* fix: lint

* chore: suggestions

* fix: assert
2024-10-28 09:28:04 +01:00
Rémi de Juvigny
f6dca5adf0
enhancement: add preview page header (#21983)
* enhancement: add preview header

* chore: use translations for document status

* chore: add comment with Status comp plan

* chore: update e2e tests

* fix: e2e test

* Update tests/e2e/tests/content-manager/preview.spec.ts
2024-10-25 11:12:35 -04:00
markkaylor
882aa56307
fix(e2e): enable tests for release-details-page.spec.ts (#21969)
* fix: update dataset to remove release action duplicates
* fix: return draft if a document has not been published yet
2024-10-25 10:07:53 +02:00
macco
2f7b9ae55a
chore: add isHostedOnCloud property in NPS request (#21849) 2024-10-25 09:15:35 +02:00