action-list completed_at and inquiry_at additions and project-instance actions filtering
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
window.client_id ||= "client#{Math.round(Math.random()*1000000)}"
|
||||
#$translations.en.attributes.state ||= {}
|
||||
$translations.en.attributes.state ||= {}
|
||||
$translations.en.attributes.project_instance_action ||= {}
|
||||
Ember.assign $translations.en.attributes.state,
|
||||
inquiry: 'Issue'
|
||||
Ember.assign $translations.en.attributes.project_instance_action,
|
||||
inquiry_at: 'Issue'
|
||||
default_globals =
|
||||
flash_message: ''
|
||||
preload_resources_fulfilled: true
|
||||
|
||||
Reference in New Issue
Block a user