Sha256: dc43062224f6710eaa396bdc843da602fc0c20d9d222a7f9f7b8e1d223bc75a1
Contents?: true
Size: 1.33 KB
Versions: 19
Compression:
Stored size: 1.33 KB
Contents
- entity_name = controller.controller_name.singularize.underscore #account - @entity = instance_variable_get("@#{entity_name}") - id = called_from_landing_page? ? "convert_#{entity_name}" : dom_id(@entity) - if @entity.status == "converted" - if called_from_landing_page? crm.flip_form('convert_#{entity_name}'); crm.set_title('convert_#{entity_name}', '#{h @entity.full_name}'); = refresh_sidebar(:show, :summary) - else $('##{id}').replaceWith('#{ j render(:partial => entity_name, :collection => [ @entity ]) }'); $('##{id}').effect("highlight", { duration:1500 }); - if called_from_index_page? = refresh_sidebar(:index, :filters) - elsif called_from_landing_page?("campaigns") = refresh_sidebar_for(:campaigns, :show, :summary) - if @opportunity.id # Make sure the opportunity has been saved. $('#opportunities').prepend('#{ j render(:partial => "opportunities/opportunity", :collection => [ @opportunity ]) }'); - else $('#recently').replaceWith('#{ j render(:partial => "shared/recently") }'); - else $('##{id}').html('#{ j render(:partial => "convert") }'); crm.create_or_select_account(#{ request.referer =~ /\/accounts\// || @account.id.blank? }); $('##{id}').effect("shake", { duration:250, distance: 6 }); $('##{dom_id(@entity, :edit)} input[type!=hidden]').first().focus();
Version data entries
19 entries across 19 versions & 2 rubygems