Skip to content

ui.js: Add event column-moved#5049

Merged
nilmerg merged 1 commit intomasterfrom
add-js-event-column-moved
Sep 7, 2023
Merged

ui.js: Add event column-moved#5049
nilmerg merged 1 commit intomasterfrom
add-js-event-column-moved

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
@sukhwinder33445 sukhwinder33445 force-pushed the add-js-event-column-moved branch from de96b6e to 9a41a18 Compare June 29, 2023 11:00
@sukhwinder33445 sukhwinder33445 requested a review from nilmerg June 29, 2023 11:20
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
@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

2 participants