Hi; I have installed deeplink module and configured it as per the documentation. Now, in the admin panel page where I inserted Deeplink Configuration Overview Snippet, I receive an error as follows. After closing this error box, everything seems to be working properly. The error message states that it is related with a textbox having undefined argument: An error occurred while evaluating value of DeepLink.Deeplink_BasicDetails.text12: Did not expect an argument to be undefined Error: An error occurred while evaluating value of DeepLink.Deeplink_BasicDetails.text12: Did not expect an argument to be undefined at p (http://localhost:8080/mxclientsystem/mxui/mxui.js?638133453904821006:68:180772) at http://localhost:8080/mxclientsystem/mxui/mxui.js?638133453904821006:68:180377 at n.name (http://localhost:8080/mxclientsystem/mxui/mxui.js?638133453904821006:68:290329) at ce (http://localhost:8080/mxclientsystem/mxui/mxui.js?638133453904821006:24:5210) at e.computeValue (http://localhost:8080/mxclientsystem/mxui/mxui.js?638133453904821006:24:11479) at e.trackAndCompute (http://localhost:8080/mxclientsystem/mxui/mxui.js?638133453904821006:24:11305) at e.get (http://localhost:8080/mxclientsystem/mxui/mxui.js?638133453904821006:24:10363) at http://localhost:8080/mxclientsystem/mxui/mxui.js?638133453904821006:68:290426 at ce (http://localhost:8080/mxclientsystem/mxui/mxui.js?638133453904821006:24:5210) at e.computeValue (http://localhost:8080/mxclientsystem/mxui/mxui.js?638133453904821006:24:11479) When I open snippet at: App > Marketplace Modules > Deeplink > _use me > 3. Add Snippet to custom (Admin) Page > DeeplinkConfigurationOverview > Deeplink_Details > Deeplink_BasicDetails text12 shows the following: So, it seems description is a string coming from the entity and there is a fallback text in case it is null. I will appreciate if anybody can guide me to solve this isse. Many thanks in advance.
asked
Tolga Ozden
4 answers
1
Hello Tolga ,
Just need to check access rule for your module.
answered
Vaishnavi Devkar
1
I have deleted the “description” textbox from the snippet in its orignal place to solve this error message
answered
Tolga Ozden
0
Could it be a matter of userrole/module role. The user module role cannot read description. Admin can….
answered
Jacob Boer
0
Hi;
I am getting the error with the administrator user which has Deeplink.Admin role as well.
I didn’t change the access rules for the Deeplink module and as you can see in the screenshot, Admin role has read&write rights for this attribute.