Postponed (maintainer needs more info)
Project:
Editable Fields
Version:
7.x-1.0-alpha2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2013 at 20:15 UTC
Updated:
24 Mar 2015 at 09:11 UTC
Jump to comment: Most recent
Comments
Comment #1
geraldito commentedSeems to be a similar issue to the one described here for Editable Fields on Drupal 6: http://drupal.org/node/488816
A quick and dirty solution is to just disable the access rights check and show the editable field in any case, you can do that commenting lines 194-197 in editablefields.module. But take care, if you don't limit the access to the view by roles or similar everybody will be able to edit the values.
Comment #2
maxplus commentedHi,
Thanks for the dirty solution,
this is for the moment my only working solution to solve the issue that certain roles cannot use editable fields even when they have permission to do that?
Comment #3
dags commented#1730600: "Use editablefields" permission was committed in the latest dev release. Could you please test using that release and let me know if the issue still remains.
Comment #4
tomrogI also have a problem with editable entity form fields. My only question is:
Does entity forms work with editable fields?
I have a views with fields (usual ones + entityform fields) and those from entityform are not showing as editable.
Version of editablefields doesn't matter - I tried using 7.x-1.0-alpha2 and 7.x-1.x-dev - results are the same.
Any ideas?
Comment #5
gilfo1 commentedSame problem here. The dirty method above worked. But this functionality, which I couldn't get to work without this edit, was what I though this module was for. :)
Comment #6
milos.kroulik commentedThis seems to be a duplicate of https://www.drupal.org/node/488816