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

WIP: Add extension events for the main relation widgets #1129

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

mjauvin
Copy link
Member

@mjauvin mjauvin commented May 17, 2024

Add the following events for the primary RelationController widgets:

- relation.extendViewWidget
- relation.extendManageWidget
- relation.extendPivotWidget

Questions:

  • do we need the global events?
  • do we need the following events:
   - relation.extendViewFilterWidget
   - relation.extendManageFilterWidget
   - relation.extendRefreshResults
   - relation.extendConfig

Note:

I didn't add parenthesis around the arguments in the handler method signatures because I find this is a pain when copy/pasting an example to get you started as they need to be removed.

I think we should do the same for the other events examples elsewhere in the codebase.

@mjauvin mjauvin added this to the 1.2.7 milestone May 17, 2024
@mjauvin mjauvin self-assigned this May 17, 2024
@mjauvin mjauvin marked this pull request as draft May 17, 2024 13:57
@mjauvin mjauvin changed the title Add extension events for the main relation widgets WIP: Add extension events for the main relation widgets May 17, 2024
@mjauvin mjauvin marked this pull request as ready for review May 17, 2024 15:08
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.

None yet

1 participant