We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
qwc-extension-links.js
I can see the JsonRPC extensionName is null ?
extensionName
cc @phillip-kruger
No response
uname -a
ver
java -version
3.0.0.CR1
mvnw --version
gradlew --version
The text was updated successfully, but these errors were encountered:
Can you share a reproducer? Or do you have the extension code somewhere I can look at?
Sorry, something went wrong.
Yep git clone this: https://github.com/quarkiverse/quarkus-omnifaces
Run mvn clean install then go to integration tests and run mvn quarkus:dev
mvn clean install
mvn quarkus:dev
Great thanks. Will look at this later today
phillip-kruger
No branches or pull requests
Describe the bug
Using a Dynamic Label this was working in Alpha6 and failing in CR1.
Is failing because in
qwc-extension-links.js
with: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
orver
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
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: