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

ui.js: Add event column-moved #5049

Merged
merged 1 commit into from Sep 7, 2023
Merged

ui.js: Add event column-moved #5049

merged 1 commit into from Sep 7, 2023

Conversation

sukhwinder33445
Copy link
Contributor

No description provided.

Copy link
Member

@nilmerg nilmerg left a comment

Choose a reason for hiding this comment

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

The event should be fired on the new column and include the id of the source column.

So that event.target.id === 'col2' && source === 'col1' is true if col1 content has moved to col2.

@nilmerg nilmerg added the area/javascript Affects the javascript framework label Jun 28, 2023
- Param1 is the event itself (event.target.id == #col where the content is moved)
- Param2 is the soucre col id, form which the content is moved
nilmerg added a commit to Icinga/icingadb-web that referenced this pull request Jul 11, 2023
@nilmerg nilmerg merged commit f3f35f8 into master Sep 7, 2023
11 checks passed
@nilmerg nilmerg deleted the add-js-event-column-moved branch September 7, 2023 06:57
@nilmerg nilmerg added this to the 2.12.0 milestone Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/javascript Affects the javascript framework cla/signed enhancement New feature or improvement
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants