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

DEVUI: Dynamic Labels broken in CR1 #32280

Closed
melloware opened this issue Mar 30, 2023 · 3 comments
Closed

DEVUI: Dynamic Labels broken in CR1 #32280

melloware opened this issue Mar 30, 2023 · 3 comments
Assignees
Labels
kind/bug Something isn't working

Comments

@melloware
Copy link
Contributor

Describe the bug

Using a Dynamic Label this was working in Alpha6 and failing in CR1.

final PageBuilder<ExternalPageBuilder> sessionPage = Page.externalPageBuilder("Session Timeout")
                .icon("font-awesome-regular:hourglass")
                .url("https://omnifaces.org/")
                .doNotEmbed()
                .dynamicLabelJsonRPCMethodName("getSessionTimeout");

Is failing because in qwc-extension-links.js with:

image

I can see the JsonRPC extensionName is null ?

cc @phillip-kruger

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Quarkus version or git rev

3.0.0.CR1

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@melloware melloware added the kind/bug Something isn't working label Mar 30, 2023
@phillip-kruger
Copy link
Member

Can you share a reproducer? Or do you have the extension code somewhere I can look at?

@melloware
Copy link
Contributor Author

Yep git clone this: https://github.com/quarkiverse/quarkus-omnifaces

Run mvn clean install then go to integration tests and run mvn quarkus:dev

@phillip-kruger
Copy link
Member

Great thanks. Will look at this later today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants