Skip to content

fix(ExportSpreadsheet): Fixed export spreadsheet in project with search results#4068

Open
Farooq-Fateh-Aftab wants to merge 1 commit intoeclipse-sw360:mainfrom
siemens:fix/exportProjectSpeadsheetWithSearchResult
Open

fix(ExportSpreadsheet): Fixed export spreadsheet in project with search results#4068
Farooq-Fateh-Aftab wants to merge 1 commit intoeclipse-sw360:mainfrom
siemens:fix/exportProjectSpeadsheetWithSearchResult

Conversation

@Farooq-Fateh-Aftab
Copy link
Copy Markdown
Contributor

@Farooq-Fateh-Aftab Farooq-Fateh-Aftab commented Apr 10, 2026

Please provide a summary of your changes here.

Issue: #4067

Suggest Reviewer

@GMishx

How To Test?

1. Navigate to Project Tab.
2. Search with Advance filter.
3. Export the spreadsheet with both option, excel will have the same result as shown in UI after search.

Checklist

Must:

  • All related issues are referenced in commit messages and in PR

private List<Project> fetchAllPages(ThriftPageSupplier pageSupplier) throws TException {
List<Project> all = new ArrayList<>();
int page = 0;
while (true) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Are there any changes that this will go into the infinite looping??

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.

2 participants