Skip to content

Conversation

@sokumon
Copy link
Member

@sokumon sokumon commented Mar 11, 2025

Closes frappe/frappe#29075

save.sorting.mov

@sokumon sokumon force-pushed the save-sorting branch 2 times, most recently from 6e0f08b to 4636c09 Compare May 28, 2025 09:36
@sokumon sokumon merged commit 5c5aeed into frappe:master Jun 5, 2025
1 check passed
@github-actions
Copy link

github-actions bot commented Jun 5, 2025

🎉 This PR is included in version 1.19.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

let action = {
label: this.translate('Save Sorting'),
action: function (column) {
this.saveSorting(column.colIndex, column.sotOrder);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
this.saveSorting(column.colIndex, column.sotOrder);
this.saveSorting(column.colIndex, column.sortOrder);

@sokumon Spelling mistake?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes thanks will fix it tomorrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Save sorting in Report Builder

2 participants