Skip to content

2795 fix various issues with saving search results to file feature#2797

Merged
lbownik merged 3 commits into
developfrom
2795_Fix_various_issues_with_saving_search_results_to_file_feature
May 28, 2025
Merged

2795 fix various issues with saving search results to file feature#2797
lbownik merged 3 commits into
developfrom
2795_Fix_various_issues_with_saving_search_results_to_file_feature

Conversation

@lbownik

@lbownik lbownik commented May 26, 2025

Copy link
Copy Markdown
Contributor

Closes #2795 Fix various issues with saving search results to file feature

@rscipien rscipien assigned diasf and unassigned rscipien May 27, 2025

@diasf diasf left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

.

}

public boolean isExportableToFile() {
return !this.fieldType.equals(EMAIL);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Nit: To make the "why?" more obvious, what about renaming the method to isAccessRestricted or isConfidential?



public boolean isExportToFile() {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Do we need to have a migration script to unset this flag for EMAIL fields on running instances?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

No. this feature is not in production yet.

@diasf diasf assigned lbownik and unassigned diasf May 27, 2025
@lbownik lbownik force-pushed the 2795_Fix_various_issues_with_saving_search_results_to_file_feature branch from 501f017 to dad3ae9 Compare May 28, 2025 08:08
@lbownik lbownik merged commit 3a305ed into develop May 28, 2025
1 check passed
@lbownik lbownik deleted the 2795_Fix_various_issues_with_saving_search_results_to_file_feature branch May 28, 2025 08:12
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.

Fix various issues with saving search results to file feature

3 participants