• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Fred
  • Private: No
  • Open Date: 26.10.22, 14:15
  • Opened by: Laurent Pollet
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #23886 - Impossible to allow profile to manage Venedor menu in permissions

Hi,

I cannot allow any profile other than the super-admin to manage the venedor menu.

If I check this line in the permissions list, as soon as I display the list again, they get unselected.
Can you please check this ?

Best regards,
Laurent

Comments

Fred 29 Oct 2022, 00:05

Hi, Laurent.
Sorry for the delay.
Try to open the file

/modules/pk_menu/pk_menu.php

find the line

$categories = Category::getNestedCategories($id_category, $id_lang, false, $this->user_groups);

and replace it with

$categories = Category::getNestedCategories($id_category, $id_lang, false);
Laurent Pollet 29 Oct 2022, 10:44

Hi,

I’m afraid this isn’t working.
The problem remains - see attached.
Thanks in advance for your help with this.

Laurent

Attachments:

Fred 29 Oct 2022, 21:54

Strange. I see the issue first time. I have reviewed all modules code and didn’t find any bit of code responsible for that. So I’m not sure that’s module’s problem at all. Have no idea how to help