Skip to content

Convert move entities between projects APIs to use new query-moveRows.api#1369

Merged
cnathe merged 24 commits into
developfrom
fb_moveRowsAPI
Dec 15, 2023
Merged

Convert move entities between projects APIs to use new query-moveRows.api#1369
cnathe merged 24 commits into
developfrom
fb_moveRowsAPI

Conversation

@cnathe
Copy link
Copy Markdown
Contributor

@cnathe cnathe commented Dec 14, 2023

Rationale

After we enabled moving of entities between projects, we knew that moving via the API would eventually be helpful. This is particularly useful since we’ve limited the number of entities that can be moved via the UI for performance purposes. We also realized after the implementation that instead of having individual controller actions for each entity type, we could consolidate them into a single MoveRowsAction in the QueryController and have the implementations for each handled within the specific QueryUpdateService for the entities table.

Related Pull Requests

Changes

  • update API call controller and actions and update params to match new moveRows API format
  • Remove EntityDataType moveControllerName and moveActionName

Comment thread packages/components/src/internal/components/entities/models.ts Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants