Skip to content

Commit

Permalink
Merge branch '3.4.x' into 3.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pintorig committed May 26, 2021
2 parents 41c504e + fe55bc0 commit 04b7ce1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
form-ctrl-name="tipoPendenza_ctrl" [searching]="_searching" [required]="true" [input-hint]="_mapRisultati"
(async-keyup)="_asyncKeyUp($event)" (option-click)="_onOptionSelection($event)" [options]="tipiPendenza_items">
<ng-template let-item>
<div class="d-block lh-15">{{item.model.titolo.label}}</div>
<div class="d-block lh-15 slim-option">{{item.model.titolo.label}}</div>
</ng-template>
</link-async-filterable-select>
<mat-form-field class="w-100" color="accent" [formGroup]="fGroup">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ export class DominiViewComponent implements IModalDialog, OnInit, AfterViewInit
if(!mb.editMode) {
this._paginatorOptions.pendenze.search = p.jsonP.descrizione;
this._paginatorOptions.pendenze.refresh = true;
this.associazioniDisponibili();
} else {
this.tipiPendenza.map((item) => {
if (item.jsonP.idTipoPendenza == mb.info.viewModel['idTipoPendenza']) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ link-incassi-view .pagamenti-riconciliati link-key-value-view .row {
font-size: 14px;
}

.async-opt .slim-option {
margin: -1rem 0;
}


// Overridden styles
// mat-dialog, mat-card
Expand Down

0 comments on commit 04b7ce1

Please sign in to comment.