WIP: basic backend for project-output-file agent
This commit is contained in:
@@ -8,7 +8,8 @@ _ = require 'underscore'
|
||||
module.exports = LinkedFilesController = {
|
||||
Agents: {
|
||||
url: require('./UrlAgent'),
|
||||
project_file: require('./ProjectFileAgent')
|
||||
project_file: require('./ProjectFileAgent'),
|
||||
project_output_file: require('./ProjectOutputFileAgent')
|
||||
}
|
||||
|
||||
_getAgent: (provider) ->
|
||||
|
||||
@@ -345,7 +345,9 @@ script(type='text/ng-template', id='newDocModalTemplate')
|
||||
// Project Linked Files Modal
|
||||
script(type='text/ng-template', id='projectLinkedFileModalTemplate')
|
||||
.modal-header
|
||||
h3 New file from Project ({{ isOutputFilesMode }})
|
||||
h3
|
||||
span(ng-if="!isOutputFilesMode") New file from Project
|
||||
span(ng-if="isOutputFilesMode") New file from Project output
|
||||
|
||||
.modal-body
|
||||
div
|
||||
|
||||
Reference in New Issue
Block a user