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

SRE-19827 Delete and saveas operations to reload table form #164

Merged
merged 4 commits into from
Oct 19, 2021
Merged

Conversation

bryaan
Copy link
Contributor

@bryaan bryaan commented Oct 18, 2021

Delete and saveas operations to reload table form

Please make sure these check boxes are checked before submitting

  • ** Squashed Commits **
  • ** All Tests Passed ** - mvn clean test -P default

** PR review process **

  • Requires one +1 from a reviewer
  • Repository owners will merge your PR once it is approved.

return container.getEntities();
List<Script> all = new ScriptDao().findFiltered(viewFilter);
Collections.sort(all);
return all;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why are you re-pulling the data? isn't the refresh enough.
Why are you sorting it? That should be done by the UI.

Copy link
Collaborator

@kevin-mcgoldrick kevin-mcgoldrick left a comment

Choose a reason for hiding this comment

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

LGTM

@bryaan bryaan merged commit a6a6ed2 into master Oct 19, 2021
@bryaan bryaan deleted the SRE-19827 branch October 19, 2021 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants