Sha256: 14c8f30077ac8085247cdbde478ea50f97aee95a275f573e2ebd26c4e694ed4a
Contents?: true
Size: 669 Bytes
Versions: 16
Compression:
Stored size: 669 Bytes
Contents
Description: This will create a new grid, appended to crm/relationship_grid.js Example: rails g relationship_grid [class_name/xtype] [relationship_type] [grid_title] [description] This will create a file in the public/javascripts/erp_app/organizer/crm/relationship_grid_widgets.js If it already exists, it will append a new grid to the end of this file. It will also create a new migration for the widget. Run the migration with: rake db:generate Add the widget to your desired roles via the System Admin in Compass Desktop. Customize the widget as desired; you can use the Relationship controller to adjust the data returned/saved
Version data entries
16 entries across 16 versions & 1 rubygems