action-list completed_at and inquiry_at additions and project-instance actions filtering

This commit is contained in:
2018-05-26 12:03:39 -03:00
parent 2d9ff6e3cb
commit 6fa9b2658d
7 changed files with 88 additions and 4 deletions
@@ -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