Sha256: d7f7c62a7323517968abec69b3cfbd0dc8289c15776294f1ac2fb4937e9a8f8d

Contents?: true

Size: 515 Bytes

Versions: 13

Compression:

Stored size: 515 Bytes

Contents

- id = dom_id(@group)

- if params[:cancel].true?     # <----------------- Hide [Edit Group]
  $('##{id}').replaceWith('#{ j (render(partial: "group", collection: [ @group ])) }');

- else # <----------------------------------------  Show [Edit Group] form.

  -# Disable onMouseOver for the list item.
  crm.highlight_off('#{id}');
  -# Hide [Create Group] form if any.
  crm.hide_form('create_group');
  -# Show [Edit Group] form.
  $('##{id}').html('#{ j render(partial: "edit") }');
  $('#group_name').focus();

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/admin/groups/edit.js.haml
fat_free_crm-0.22.0 app/views/admin/groups/edit.js.haml
fat_free_crm-0.21.0 app/views/admin/groups/edit.js.haml
fat_free_crm-0.20.1 app/views/admin/groups/edit.js.haml
fat_free_crm-0.20.0 app/views/admin/groups/edit.js.haml
fat_free_crm-0.19.2 app/views/admin/groups/edit.js.haml
fat_free_crm-0.19.0 app/views/admin/groups/edit.js.haml
fat_free_crm-0.18.2 app/views/admin/groups/edit.js.haml
fat_free_crm-0.17.3 app/views/admin/groups/edit.js.haml
fat_free_crm-0.18.1 app/views/admin/groups/edit.js.haml
fat_free_crm-0.18.0 app/views/admin/groups/edit.js.haml
fat_free_crm-0.17.2 app/views/admin/groups/edit.js.haml
fat_free_crm-0.17.1 app/views/admin/groups/edit.js.haml