2sic / 2sxc

DNN + 2sxc = #DNNCMS - This tool helps web designers and developers prepare great looking content in DNN (DotNetNuke). It's like mixing DNN with Umbraco and Drupal :)
http://2sxc.org
MIT License
145 stars 40 forks source link

Public forms - 401 on /api/2sxc/admin/dialog/settings?appId= #3477

Open enfJoao opened 2 days ago

enfJoao commented 2 days ago

I'm submitting a

[x] bug report [x] not sure

...about

[x] Content Types or data management [x] other / unknown

Current Behavior / Expected Behavior

When I open the edit form to create or edit an entity using public forms, I now get error on the link GET | https://x.pt/api/2sxc/admin/dialog/settings?appId=1029 Authorization has been denied for this request.

Instructions to Reproduce the Problem

This is a recent issue. V18?

Your environment

iJungleboy commented 2 days ago

thx.

Is the form still usable, or does it break?

enfJoao commented 2 days ago

It works.

iJungleboy commented 2 days ago

@enfJoao thanks.

In this case it's some code in the wrappers which too aggressively is looking for the settings, but it's actually not used, since the edit-ui gets the relevant settings on the load call.

So not urgent, but not nice.