Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

No permissions?

2»

Comments

  • Options
    hgtonighthgtonight ∞ · New Moderator

    Are you able to change the permissions at all?

    Please try in checking some of the boxes and hitting save. Then reload the page and see of the permissions are actually saved.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options
    peregrineperegrine MVP
    edited January 2014

    same probably with
    219...

    $this->Permission('Garden.Badges.Manage');

    as well in all the other controllers with Garden prefix instead of Yaga

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    @peregrine said:

    without the change only root admin can manually add badges.

    line 245   class.badgecontroller.php
    
    
      $this->Permission('Garden.Badges.Add');
    
    to 
    
     $this->Permission('Yaga.Badges.Add');
    

    Whoa whoa whoa, are you saying that this could be an issue?

  • Options
    hgtonighthgtonight ∞ · New Moderator

    Nice catch @peregrine!

    I will have to go through the entire repo and double check permissions checking.

    @killertoad standby for a hot fix.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options
    peregrineperegrine MVP
    edited January 2014

    @killertoad,

    no, I was saying it was the issue as i saw it, and hgtonight needs to corroborate, because you already have heard that one user didn't have the problem and may have given you misinformation, when they said it did indeed work for them. I did, however, have a problem, when i tried it. so i made the changes.

    edit: and hgtonight did corroborate.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    @hgtonight said:
    Nice catch peregrine!

    I will have to go through the entire repo and double check permissions checking.

    killertoad standby for a hot fix.

    Alright awesome :D

  • Options
    hgtonighthgtonight ∞ · New Moderator

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options

    It worked guys! :D Thanks @hgtonight @peregrine @ilovetech

  • Options
    hgtonighthgtonight ∞ · New Moderator

    Keep those bug reports rolling in :)

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options

    @hgtonight How do you react on your own post?

Sign In or Register to comment.