UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

10 lines (8 loc) 209 B
/** * This entity represents an organization which is a container for projects, users and * groups. */ Ext.define('Ticket.model.Organization', { extend: 'Ticket.model.Base', fields: [ 'name' ] });