I'm trying to remove the checkboxes near the records everywhere in my app. anyway i can't get rid of checkboxes in related tables.
first i set in my conf.ini fiel:
- Code: Select all
[_prefs]
disable_select_rows=1
then i tried to remove every possible action that could make the checkboxes appear.
the problem is that i can't remove the update_selected (related list) action.
sure i'm missing some detail..
i post a fragment of my permissions.ini (i'm trying to disable this action for the edit role)
- Code: Select all
[READ ONLY]
view in rss = 0
view = 1
link = 1
list = 1
calendar = 0
view xml = 0
show all = 1
find = 0
navigate = 1
ajax_load = 1
find_list = 1
find_multi_table = 1
rss = 0
export_csv = 0
export_xml = 0
export_json = 0
view related records = 1
related records feed = 0
expandable = 0
[EDIT extends READ ONLY]
edit = 1
add new related record = 1
add existing related record = 0
add new record = 1
remove related record = 0
reorder_related_records = 0
import = 0
translate = 0
new = 1
ajax_save = 0
ajax_form = 0
history = 0
edit_history = 0
copy = 0
update_set = 0
update_selected = 0
select_rows = 0
export_xml = 0
export_json = 0
rss = 0
view xml = 0
export_csv = 0
i could get rid of update action just disabling 'edit' but i really need that action for the ehm... edit role
thanks for any suggestion