Closed (fixed)
Project:
Relation
Version:
7.x-1.x-dev
Component:
Relation UI
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Dec 2011 at 12:05 UTC
Updated:
6 May 2015 at 09:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mikran commentedI think it's best to wait for the ctools solution, likely a new permission, from the linked issue.
Comment #2
naught101 commentedAccording to #1372850: Harden access check for flag import, there is a new "use ctools import" permission that flag is using. Any reason why we shouldn't do the same?
Comment #3
mikran commentedYes,
use ctools importpermission is in the current patch in #870938: Add new permission for controlling imports but that has not been committed to ctools yet.Comment #4
mikran commentedComment #5
mikran commentedCtools issue is still not in so if we want a stable 1.0 relation we have to go alternate route. Flag module did
use flag importso based on that I think we should add ause relation importpermission.Comment #6
mikran commentedComment #7
mikran commentedComment #9
Leeteq commentedThat related cTools issue is now RTBC, perhaps it just needs some more heads up in order to be committed.
Comment #11
mikran commentedAnd that's in, so we will use it.
Comment #12
mikran commentedComment #15
mikran commented#2400705: Outdated version of dependencies are installed on the test-infrastructure this happens here too
Comment #25
mikran commentedActually it makes no sense to use a permission from ctools as ctools is not even needed to import relation types. So the patch from #7 is correct after all.
Comment #27
mikran commented