mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
fixed date editing, fixes #10
This commit is contained in:
parent
7b561af7a1
commit
14f42b8b7a
7 changed files with 127 additions and 38 deletions
|
|
@ -32,16 +32,7 @@
|
|||
formControlName='archive_serial_number'>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group col">
|
||||
<label for="created_date">Date created</label>
|
||||
<input type="date" class="form-control" id="created_date" formControlName='created_date'>
|
||||
</div>
|
||||
<div class="form-group col">
|
||||
<label for="created_time">Time created</label>
|
||||
<input type="time" class="form-control" id="created_time" formControlName='created_time'>
|
||||
</div>
|
||||
</div>
|
||||
<app-input-date-time title="Date created" titleTime="Time created" formControlName="created"></app-input-date-time>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="content">Content</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue