Skip to content

[18.0][ADD] report_positioned_image#1138

Open
kanda999 wants to merge 1 commit intoOCA:18.0from
qrtl:18.0-add-report_positioned_image
Open

[18.0][ADD] report_positioned_image#1138
kanda999 wants to merge 1 commit intoOCA:18.0from
qrtl:18.0-add-report_positioned_image

Conversation

@kanda999
Copy link

@kanda999 kanda999 commented Feb 26, 2026

@qrtl QT6451

@AungKoKoLin1997 AungKoKoLin1997 force-pushed the 18.0-add-report_positioned_image branch from 9cdb5c7 to 008cb16 Compare March 4, 2026 03:59
Comment on lines +11 to +20
<script>
var page = window.location.search.match(/[?&]page=(\\d+)/);
if (page && parseInt(page[1]) > 1) {{
var elements = document.getElementsByClassName('{css_class}');
for (var i = 0; i < elements.length; i++) {{
elements[i].style.display = 'none';
}}
}}
</script>
"""
Copy link
Author

Choose a reason for hiding this comment

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

Is it unavoidable to use JS?

@AungKoKoLin1997 AungKoKoLin1997 force-pushed the 18.0-add-report_positioned_image branch 2 times, most recently from 87ba8b0 to c6135ae Compare March 5, 2026 08:42
@kanda999 kanda999 marked this pull request as ready for review March 9, 2026 02:01
@AungKoKoLin1997 AungKoKoLin1997 force-pushed the 18.0-add-report_positioned_image branch from c6135ae to 8749993 Compare March 9, 2026 02:16
@AungKoKoLin1997
Copy link
Contributor

Tests CI is fixed at #1142.

@AungKoKoLin1997 AungKoKoLin1997 force-pushed the 18.0-add-report_positioned_image branch from 8749993 to a1d9344 Compare March 9, 2026 10:17
@AungKoKoLin1997 AungKoKoLin1997 force-pushed the 18.0-add-report_positioned_image branch from a1d9344 to 7a887ff Compare March 10, 2026 08:08
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