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

BIRT-preview root-tag not correct initialized #1304 #1305

Merged
merged 3 commits into from Jun 5, 2023

Conversation

speckyspooky
Copy link
Contributor

BIRT-preview root-tag not correct initialized, part of the root attributes will be displayed at the top of each report #1304

@speckyspooky
Copy link
Contributor Author

The result after my fix. The sequence of the method-calls is mendatory.

1304-fixed-root-tag

The change of #1291 cased the issue - 2 points:

  1. the original order is required to create the BIRT-root-tag correctly
  2. the new method "addCellDiagonalSpecial" add only a JavaScript function but was called 2times

I have reset the situation to the original order and renamed the method "addCellDiagonalSpecial" to "addCellDiagonalSpecialJs"

HTML-document (based on the golden test case)
@speckyspooky
Copy link
Contributor Author

@wimjongman : Please review the fixes for approval to merge.

@merks : I fixed the HTMLReportEmitter & imrpoved your reordering in such way that your new test case can be passed.

@merks merks merged commit 4e3f8fb into eclipse-birt:master Jun 5, 2023
2 checks passed
@merks
Copy link
Contributor

merks commented Jun 5, 2023

@speckyspooky

This looks correct to me so I use my new permissions to merge your changes. 😀

@speckyspooky
Copy link
Contributor Author

@merks

Thanks for your merge and welcome to our team 😀

@speckyspooky speckyspooky self-assigned this Jul 26, 2023
@speckyspooky speckyspooky deleted the fix_root_tag_#1304 branch September 16, 2023 06:50
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