Tested and reconfigured ability to add files to the main corrective action form.
This commit is contained in:
@ -322,8 +322,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label">Affected Documents:</label>
|
||||
<div class="col-sm-12">
|
||||
|
||||
|
||||
|
||||
|
||||
@(Html.Kendo().Grid<Fab2ApprovalSystem.Models.CA_Attachment>()
|
||||
.Name("Attachments")
|
||||
@ -341,6 +340,7 @@
|
||||
})
|
||||
|
||||
.Sortable()
|
||||
.Scrollable()
|
||||
.HtmlAttributes(new { style = "height:300px; width:100%; font-size: 10px", Readonly = "Readonly" })
|
||||
.DataSource(dataSource => dataSource
|
||||
.Ajax()
|
||||
@ -1714,11 +1714,6 @@
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function buildLinks(fileNames, caNo) {
|
||||
var template = "";
|
||||
|
||||
|
Reference in New Issue
Block a user