Skip to content

Search and replace#380

Open
rimi-itk wants to merge 4 commits intodevelopfrom
feature/search-and-replace
Open

Search and replace#380
rimi-itk wants to merge 4 commits intodevelopfrom
feature/search-and-replace

Conversation

@rimi-itk
Copy link

@rimi-itk rimi-itk commented Feb 23, 2026

Link to ticket

https://leantime.itkdev.dk/_#/tickets/showTicket/6789

Description

Search and replace are enabled for documents and document collections and the paragraph types used by these.

Important

We must investigate if this can target paragraphs on other content types as well.

Some roles are given permission to “search” and others to both “search and replace”:

$ git grep 'perform search' config/sync
config/sync/user.role.os2loop_user_administrator.yml:  - 'perform search and replace'
config/sync/user.role.os2loop_user_document_author.yml:  - 'perform search only'
config/sync/user.role.os2loop_user_document_collection_editor.yml:  - 'perform search only'
config/sync/user.role.os2loop_user_documentation_coordinator.yml:  - 'perform search and replace'
config/sync/user.role.os2loop_user_manager.yml:  - 'perform search and replace'
config/sync/user.role.os2loop_user_post_author.yml:  - 'perform search only'

Checklist

  • My code passes our test (all our tests).
  • My code passes our static analysis suite.
  • My code passes our continuous integration process.

If your code does not pass all the requirements on the checklist you have to add a comment explaining why this change
should be exempt from the list.

Additional comments or questions

If you have any further comments or questions for the reviewer please add them here.

@rimi-itk rimi-itk force-pushed the feature/search-and-replace branch from cbba6c7 to 4d4e728 Compare February 23, 2026 10:15
@rimi-itk rimi-itk force-pushed the feature/search-and-replace branch from 4640291 to 45b388a Compare March 5, 2026 10:23
@rimi-itk rimi-itk requested a review from martinyde March 5, 2026 11:51
@rimi-itk rimi-itk marked this pull request as ready for review March 5, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant