Skip to content

Updating ABDesigner with new ABViewDataView plugin#347

Merged
Joshua-ChiangMai merged 4 commits into
masterfrom
jb/dataview-try2
Apr 22, 2026
Merged

Updating ABDesigner with new ABViewDataView plugin#347
Joshua-ChiangMai merged 4 commits into
masterfrom
jb/dataview-try2

Conversation

@johnny-hausman
Copy link
Copy Markdown
Collaborator

Whenever we create a new plugin for ab_platform_web, we also need to include the ABDesigner properties and editors that we want to bundle as well.

here they are.

NOTE: it seems like we didn't include the ABDesigner updates for the ABViewDetail plugin, so they are also included with this PR as ABViewDataView depends on ABViewDetail.

@johnny-hausman johnny-hausman added the patch Tag Pull Requests to trigger a patch version update label Apr 16, 2026
// var L = UIClass.L();
// var L = ABViewContainer.L();

return class ABAbviewdataviewEditor extends ABViewEditorPlugin {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Small thing I wanted to double-check here before merging:

I was expecting the Dataview editor to stay on the container-style editor path, similar to the existing designer-side Dataview/Detail behavior, but this version is inheriting from the generic plugin editor base instead.

Was that intentional? I just want to confirm this won’t affect Dataview edit-mode behavior, especially around subview/dashboard-style interactions.

@Joshua-ChiangMai Joshua-ChiangMai merged commit b59cec6 into master Apr 22, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Tag Pull Requests to trigger a patch version update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants