Sha256: 649d51ad40fe94adada7d2120221278601ca2e0dad17e30f9e96111a971ff3bd
Contents?: true
Size: 417 Bytes
Versions: 9
Compression:
Stored size: 417 Bytes
Contents
id = dom_id(@field_group) form_id = dom_id(@field_group, :edit) if params[:cancel] == "true" # <----------------- Hide [Edit field_group] page.call "crm.flip_form", form_id page.call "crm.set_title", id, field_group_subtitle(@field_group) else # <----------------------------------------- Show [Edit field_group] form. page.call "crm.show_form", form_id page[form_id].replace_html :partial => "edit" end
Version data entries
9 entries across 9 versions & 1 rubygems