← Back to team overview

openerp-india team mailing list archive

[Bug 1073829] Re: Only followers can access a sticky notes gives error for non administrators

 

Hello,

    It has been Fixed in https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1073829-vba
    Revision ID: vba@xxxxxxxxxxx-20121105085213-26mi5y3t134o80ci
    Revision NO: 7952

   It will be available in trunk soon.

Thanks,
  vba

** Changed in: openobject-addons
       Status: In Progress => Fix Committed

** Branch linked: lp:~openerp-dev/openobject-addons/trunk-
bug-1073829-vba

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1073829

Title:
  Only followers can access a sticky notes gives error for non
  administrators

Status in OpenERP Addons (modules):
  Fix Committed

Bug description:
  When a non administrator tries to add a note, you cen enter your text
  as should, as soon you click enter the detail edit screen appears in a
  popup, you can enter some details but when you click save you'll get
  system warning:

  Access Denied
  The requested operation cannot be completed due to security restrictions. Please contact your system administrator.
  (Document type: Note, Operation: create) 

  
  After checking the access rights, they seem to be correct. I noticed that the following security record rule is related:

  Settings - Record Rules : Only followers can access a sticky notes
  It states : [('message_follower_ids','=',user.partner_id.id)]

  When I remove this rule it works, but I guess it has a reason it is in
  the standard.

  Also tested in the runbot. Only in runbot the popup with detail editor is not showing, it gives the message "You must configure the etherpad through the menu Setting > Companies > Companies, in the configuration tab of your company".
  The result is however the same, when clicking save the error message appears.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1073829/+subscriptions


References