Closed (fixed)
Project:
Translation Overview
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2011 at 15:24 UTC
Updated:
5 Apr 2016 at 15:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Andrew Schulman commentedComment #2
Andrew Schulman commentedThis happens in the "view translation overview assigments" permission too. Patch attached to fix all cases.
Comment #3
lklimek commentedI think you should also write update code to rename permissions stored in database when this module is updated. Otherwise current permissions won't work after applying this patch, what can lead to confusion.
Comment #4
Andrew Schulman commentedGood point. Here are patches that do this, against the latest Git master and 6.x-2.x branches. I've tested them both on my host and they work as desired.
Comment #5
Andrew Schulman commentedRevised patch against master, includes a return message from the update.
Comment #6
lklimek commentedPatch #5 on Drupal 7 (master branch) works for me.
Comment #7
stefan.r commentedCommitted, thanks!