Otherwise, the drop-downs for the User and Capture Staff fields
will attempt to fetch all user IDs from the database, which would
be awkward if attempted on a large database.
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
.eg-date-select {
max-width: 11em;
}
+.material-icons {
+ font-size: 15px;
+}
<span i18n>Are you sure you want to confirm {numThings, plural, =1 {this thing} other {these {{numThings}} things}}?</span>
</ng-template>
-<eg-fm-record-editor #bresvEditor
- idlClass="bresv"
- readonlyFields="cancel_time">
-</eg-fm-record-editor>
-<button class="btn btn-info" (click)="bresvEditor.open({})">
- Test Readonly Date
-</button>
+<div class="row">
+ <eg-fm-record-editor #bresvEditor
+ idlClass="bresv"
+ hiddenFields="capture_staff,usr" readonlyFields="cancel_time">
+ </eg-fm-record-editor>
+ <button class="btn btn-info" (click)="bresvEditor.open({})">
+ Test Readonly Date
+ </button>
+</div>