Vendor ACL not saving

  • Posts: 158
  • Thank you received: 8
11 years 1 month ago #90716

Hello,

When I want to uncheck some options in the vendor ACL changes are not saved in BE but apllies correctly in FE.

In the BE vendor ACL all boxes are checked again on page relaod after saving is this normal behaviaor or a bug?

Please Log in or Create an account to join the conversation.

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
11 years 1 month ago #90768

Hi,

Which browser do you use ?
Can you reproduce the problem in our demo website ?

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 158
  • Thank you received: 8
11 years 1 month ago #90803

Hi Jerome,

Yes I can reproduce it on your demo website in Chrome.

Jerome, can you please also have a look at this post: #90707 ?

Thank you

Last edit: 11 years 1 month ago by pprle.

Please Log in or Create an account to join the conversation.

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
11 years 1 month ago #90876

Hi,

I see now.
It's linked to the ACL inherit.
Please modify the file administrator/components/com_hikamarket/types/market_acl.php and replace:

			if(empty($value)) {
				$attribs = ' style="display:none;"';
			$value = '*';
By:
			if(empty($value)) {
				$attribs = ' style="display:none;"';
				$value = '*';
			}
Sorry for the inconvenient.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 158
  • Thank you received: 8
11 years 1 month ago #91429

thank you Jerome

Please Log in or Create an account to join the conversation.

Moderators: Obsidev
Time to create page: 0.065 seconds
Powered by Kunena Forum