Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add batch operations to pages #4684

Merged
merged 35 commits into from
Sep 3, 2024
Merged

add batch operations to pages #4684

merged 35 commits into from
Sep 3, 2024

Conversation

haroun
Copy link
Contributor

@haroun haroun commented Aug 9, 2024

Summary

Add batch operations to pages

What are the specific steps to test this change?

  1. Use batch operations on pages to archive/restore/publish pages
  2. Check link to pages in rich-text
  3. Check pages manager shortcuts

What kind of change does this PR introduce?

(Check at least one)

  • Bug fix
  • New feature
  • Refactor
  • Documentation
  • Build-related changes
  • Other

Make sure the PR fulfills these requirements:

  • It includes a) the existing issue ID being resolved, b) a convincing reason for adding this feature, or c) a clear description of the bug it resolves
  • The changelog is updated
  • Related documentation has been updated
  • Related tests have been updated

If adding a new feature without an already open issue, it's best to open a feature request issue first and wait for approval before working on it.

Other information:

@haroun haroun self-assigned this Aug 9, 2024
async pageSetMenuSelection() {
await this.getPages();
}
created() {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the reason for all this refactoring is to be more aligned with what we do in the piece manager.

* main:
  skipReplace for changeDocIds (#4694)
  API to expose locales (#4691)
  Pro 6387 images errors (#4670)
  CI test for A3 (#4690)
  Fix duplicate icons breaking the build (#4688)
  specify the rejected file extension in the error message (#4687)
  PRO-4659: new big upload middleware & corresponding client implementation (#4682)
package.json Outdated
@@ -69,7 +69,6 @@
"cors": "^2.8.5",
"css-loader": "^5.2.4",
"dayjs": "^1.9.8",
"debounce-async": "0.0.2",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will conflicts with existing debounce work

* main:
  Release 4.6.1 mergeback (#4703)
  remove z-index bump on area schema fields, boost menu index (#4699)
  Pro 6345 fix deprecated sass (#4640)
  Keep widget focused when menu is open (#4695)
@haroun haroun requested review from ValJed and boutell August 28, 2024 12:17
@haroun haroun marked this pull request as ready for review August 28, 2024 12:17
boutell
boutell previously approved these changes Aug 28, 2024
* Send checked types to the opened modals

* Changelog
boutell
boutell previously approved these changes Sep 3, 2024
* main:
  PRO-6477 undhandled promise errors (#4700)
  fix slat order (#4710)
  make apostoggle accessible (#4708)
  Improve context menu positions (#4706)
  remove focus blockers in page relationship editor (#4702)
@haroun haroun merged commit 0a8466f into main Sep 3, 2024
8 checks passed
@haroun haroun deleted the pro-6425-batch-operation-page branch September 3, 2024 15:10
haroun added a commit to haroun/apostrophe that referenced this pull request Sep 16, 2024
* upstream/main: (77 commits)
  PRO-6578: auto import of inline images (apostrophecms#4723)
  Inline array improvements (apostrophecms#4671)
  take credit for the fix as well as the "change" (apostrophecms#4725)
  PRO-6576 fix default values for object fields in widgets and generally unify newInstance implementations (apostrophecms#4722)
  release 4.7.0 (apostrophecms#4717)
  allows to render widgets in published mode (for non localized with pu… (apostrophecms#4709)
  fix subfield imports (it was a bug in fetchRelationships: false) (apostrophecms#4715)
  Add replaces configuration for editor context menus (apostrophecms#4714)
  bump uploadfs dep (apostrophecms#4712)
  add batch operations to pages (apostrophecms#4684)
  PRO-6477 undhandled promise errors (apostrophecms#4700)
  fix slat order (apostrophecms#4710)
  make apostoggle accessible (apostrophecms#4708)
  Improve context menu positions (apostrophecms#4706)
  remove focus blockers in page relationship editor (apostrophecms#4702)
  Release 4.6.1 mergeback (apostrophecms#4703)
  remove z-index bump on area schema fields, boost menu index (apostrophecms#4699)
  Pro 6345 fix deprecated sass (apostrophecms#4640)
  Keep widget focused when menu is open (apostrophecms#4695)
  skipReplace for changeDocIds (apostrophecms#4694)
  ...
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.

3 participants