Fix Creating Document from a template where is would not set the document_parent causing new documents to display revisions that dont exist

This commit is contained in:
johnnyq
2024-06-01 15:24:30 -04:00
parent 3621912398
commit a064d26c10
2 changed files with 28 additions and 25 deletions

View File

@@ -83,7 +83,7 @@
<div class="modal-footer bg-white">
<button type="submit" name="add_document_from_template" class="btn btn-primary text-bold"><i class="fa fa-check mr-2"></i>Create & edit</button>
<button type="submit" name="add_document_from_template" class="btn btn-primary text-bold"><i class="fa fa-check mr-2"></i>Create</button>
<button type="button" class="btn btn-light" data-dismiss="modal"><i class="fa fa-times mr-2"></i>Cancel</button>
</div>