-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
working draft of new project attached documents form
- Loading branch information
1 parent
85a9c38
commit e7b95c3
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
client/app/components/projects/projects-new-attached-documents.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<@form.Section @title='Attached Documents'> | ||
<p> | ||
Please attach the following required documents. (Additional materials that help to explain the proposed project | ||
may also be submitted.) | ||
</p> | ||
|
||
<SaveableForm::FieldValidationMessage | ||
@attribute='documents' | ||
@validation={{@form.errors.documents.validation}} | ||
/> | ||
|
||
<Packages::Attachments | ||
@package={{@form.data}} | ||
@fileManager={{@model.fileManager}} | ||
data-test-section='attachments' | ||
@disabled={{true}} | ||
/> | ||
</@form.Section> |