Issue Using Radzen Template with Latest Oqtane Application Template #5898
Unanswered
Bhushan02-dot
asked this question in
Q&A
Replies: 1 comment 7 replies
-
|
@Bhushan02-dot the Radzen Module template from @leigh-pointer only supports the traditional "external" module approach for developing modules - it does not yet support the "internal" module template format of the Oqtane Application Template |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @sbwalker , @leigh-pointer ,
I am creating a new Oqtane project using the latest Oqtane Application Template.
Steps I followed:
Problem
When I select the Radzen module template while creating the module:
The module does not initialize
The module is not created / not visible in the admin module list
No runtime error is shown, but the module setup is incomplete
However:
If I select the default Oqtane module template, the module is created successfully and works as expected.
I also tried:
Creating the module using the default template first
Then manually adding Radzen components and references
But this approach also does not work correctly.
Is the Radzen module template compatible with the latest Oqtane application template?
What is the correct and recommended approach to integrate Radzen components in an Oqtane module when using the application template?
Should we:
Always use the default module template and manually integrate Radzen?
Beta Was this translation helpful? Give feedback.
All reactions