Menu

Redmine permissions to use Redmine Clinet

Help
2010-02-03
2013-04-23
  • Guzun, Alex

    Guzun, Alex - 2010-02-03

    If user has administrator account then he can use this app, if he has Developer, then app crashes (403 Forbidden)
    Or should i enable somehting hidden within redmine?

    Thank you

     
  • Nohal

    Nohal - 2010-02-03

    The user has to have sufficient permissions to use the application. Do you use default settings for permissions that come with Redmine or did you modify them?
    When it crashes? On startup? When you chose the project? When you try to log the time? Could you post a stack trace of the crash?
    I'm currently working on improving the error reporting so it will be more clear what went wrong so if you can't find the proper combination of permissions, wait for the next version and it should help you to do so.

     
  • Guzun, Alex

    Guzun, Alex - 2010-02-03

    Nothing modified :(
    but found out why it was crashing… Client parses all project from portal, and in one of those project that mentioned develoer has no access permition, no manager, no developer no reporter. It was newly created project with no permissions set. I added that particular user to the permission list for that new project and all went fine. So it should be a bug. It crashes upon startup.

    Another thing..maybe offtopic. But a developer can't commit time.
    He opened a issue within a project, set time to 7hours and 20min, clicked commit and boom, exception. Seams like wrong insert for Issue number and time format. When he used a web page (from the exception), issue number was prefilled and manually aded 7 hours, and it worked.
    If i have 7 hour and 30min from Client, how should i enter it on web? as 7.5h?

     
  • Nohal

    Nohal - 2010-02-03

    yes, 7.5h
    i'm currently looking onto that time reporting issue…

     
  • Guzun, Alex

    Guzun, Alex - 2010-02-03

    do you need some more logs/error texts?

    And what about first mentioned issue, is it like i described?
    Could you make Client as a trayable app?

     
  • Nohal

    Nohal - 2010-02-03

    I think i have an idea where to look now. In case i need something else I will let you know.
    The app actually minimizes to tray when you double click the tray icon. The GUI needs way more overhaul than just this and it's on a to-do list after the error reporting and fixing the remaining bugs which are at least for me much more annoying.

     
  • Guzun, Alex

    Guzun, Alex - 2010-02-03

    Thank you
    i'll try some GUI customizations

     
  • Nohal

    Nohal - 2010-02-03

    no problem, if you want to share them, just let me know and i can incorporate them to the trunk if they will be generally useful.

     
  • Martin

    Martin - 2011-04-19

    I am getting the same error (403 Forbidden) as Alex connecting from the client.

    Here is the message in the log file.   It is trying to access projects that do not exist and hence do not have access to.
    first one is:   http://redmine.imt.ca/projects/62/timelog/edit
    second one is: http://redmine.imt.ca/projects/activity/rome
    I need to be able to configure the client to not attempt to load these projects at the start.

    Processing TimelogController#edit (for 192.168.1.122 at 2011-04-19 14:17:34)
      Session ID: 6e8eca73bc99e5108408b7304eadfc2f
      Parameters: {"project_id"=>"62", "action"=>"edit", "controller"=>"timelog"}
    Rendering template within layouts/base
    Rendering common/403 (403)
    Filter chain halted as  rendered_or_redirected.
    Completed in 0.01984 (50 reqs/sec) | Rendering: 0.01141 (57%) | DB: 0.00058 (2%) | 403 Forbidden

    Processing ProjectsController#activity (for 192.168.1.124 at 2011-04-19 14:47:35)
      Session ID: dcd71feca0871223d539b376d6d1dc8b
      Parameters: {"format"=>"atom", "action"=>"activity", "id"=>"rome", "controller"=>"projects", "show_messages"=>"1", "key"=>"CSnYFwoi8wtVrI3FETH3vFDxAmoIDWA8AiHevxGz"}
    Rendering template within layouts/base
    Rendering common/403 (403)
    Filter chain halted as  rendered_or_redirected.
    Completed in 0.24139 (4 reqs/sec) | Rendering: 0.20288 (84%) | DB: 0.00529 (2%) | 403 Forbidden

     

Log in to post a comment.