Replies: 4 comments 1 reply
-
I don't have an answer for this one, but I am experiencing the same issue and error as Tony when trying to access the module settings for a HotCakes Ecommerce module. The console show a similar error with the dnnModal.show not being found. This is using the most recent 1.4 release of Vanjaro and DNN 9.10.2.
|
Beta Was this translation helpful? Give feedback.
-
Are you using Vanjaro Platform or Vanjaro For DNN Extension? |
Beta Was this translation helpful? Give feedback.
-
Hi Mandeep,
I too am using the extension
Regards
Tony
From: Mandeep Singh ***@***.***>
Sent: 26 May 2022 21:49
To: vanjarosoftware/Vanjaro.Platform ***@***.***>
Cc: tstallan ***@***.***>; Author ***@***.***>
Subject: Re: [vanjarosoftware/Vanjaro.Platform] OWS and App Settings (Discussion #2174)
Are you using Vanjaro Platform or Vanjaro For DNN Extension?
—
Reply to this email directly, view it on GitHub<#2174 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJMNX7UKXYAM56LS4KJNNMTVL7PTRANCNFSM5UTBZBAQ>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
A quick fix for this is to replicate the functionality for removing the dnnModal Javascript code found inside the Vanjaro Container Base.ascx.cs file inside the front-end "settings.js" javascript file. To do this open up DesktopModules/Vanjaro/UXManager/Extensions/Apps/ModuleSettings/Views/Settings/Settings.js and add the following code to line 64:
so the final code block should look like this line 63 - 69 :
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I use the OWS module extensively for to display/edit anything to do data. It works great in all versions of DNN and the module can be placed onto a page using Vanjaro.
However, once the module is on page I cannot get to the settings to tell it what OWS code package to use. In normal DNN opening the module settings shows an additional 'OWS Settings' tab where I can select the code package.
Using Vanjaro I don't get this option and selecting App Settings gives me errors in the console mainly relating to dnnModal not being defined.
Any suggestions as I would love to use Vanjaro
Thanks
Tony
Beta Was this translation helpful? Give feedback.
All reactions