Closed (fixed)
Project:
Field Permissions
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2014 at 05:28 UTC
Updated:
29 Oct 2016 at 19:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nterbogt commentedpatch -p1 file.
Comment #3
nterbogt commentedComment #4
somersoft commentedPatch in #2 works for me when used in a drush make file.
Comment #5
mariacha1 commentedThis works as a solution, but it seems a bit drastic to me. All that the field ui is used for is finding the path to the specific field's editing page anyway. If field UI is disabled, why not just not make that a link?
Patch enclosed does that. Throwing it up here to see if it triggers any failed tests while I get a proper dev environment set up.
Comment #6
mariacha1 commentedComment #7
mariacha1 commentedComment #8
mariacha1 commentedComment #9
mariacha1 commentedComment #10
eelkeblokThe choice between these two solutions depends on a fairly fundamental question. If Field UI is not available, does it make sense for users to still want to inspect field permissions. Also, would it make sense to someone trying to figure out why they do not get to see the permissions report, that they need to enable Field UI to do so?
I for one would vote for keeping things simple and "just" disabling the link, as the patch from #5 does. It does the job, so setting to RTBC to maybe get some maintainer attention.
Comment #12
mariacha1 commentedCommitted. Thanks!
(Also noting this isn't a problem in D8, because those fields don't link ever, so no need to port.)
Comment #15
mariacha1 commentedWeird that the bot decided to try to test this again, but whatever.