Closed leonardofraga91 closed 3 years ago
@barteksekula any help?
@leonardofraga91 any chance you could try to reproduce on a sample site from this repo? Or on a clean Alloy?
I'll try to reproduce it, I'll let you know when I finish it. Thank you!
@leonardofraga91 I've just checked this on clean Alloy and everything works fine. I have ExternalReviewers group added:
I have correct entries in my web.config (please make sure you had those - they are installed automatically with nuget but please check anyway)
<location path="externalContentReviews">
<system.web>
<authorization>
<allow roles="ExternalReviewers" />
<deny users="*" />
</authorization>
</system.web>
</location><location path="EPiServer/advanced-cms.ExternalReviews">
<system.web>
<authorization>
<allow roles="ExternalReviewers, WebEditors, WebAdmins, Administrators" />
<deny users="*" />
</authorization>
</system.web>
</location>
And I'm able to add an Edit link without a problem
Hi, @barteksekula I'm facing the same problem above. I have implemented the class that enables editable links.
For all view links everything works fine. But when I try to create an 'Edit' link I always get the not found code.
Looking at the Browser's Network tab I found an URL that not seems mentioned anywhere. (.../externalpagereview/...)
Can be this the problem?
It seems exactly with the second case mentioned by
[karorapepper ](https://github.com/advanced-cms/advanced-reviews/issues/53#issuecomment-537799596)
.Informations: Advanced.CMS.AdvancedReviews = 0.9.0 EpiServer.CMS.Core = 11.20.3 - Dependency EpiServer.CMS.UI = 11.32.0 - Dependency
Can you give me some help with that?