Merge pull request '2361 ticket sale multi check fix-ish +popover size' (#343) from 2361-ticket_sale into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #343 Reviewed-by: Bernat Exposito <bernat@verdnatura.es>
This commit is contained in:
commit
c0c4787373
|
@ -11,6 +11,7 @@ import './style.scss';
|
|||
export default class MultiCheck extends FormInput {
|
||||
constructor($element, $scope) {
|
||||
super($element, $scope);
|
||||
this.checkAll = false;
|
||||
this._checked = false;
|
||||
this.checkField = 'checked';
|
||||
this.isIntermediate = false;
|
||||
|
|
|
@ -284,7 +284,7 @@
|
|||
|
||||
<!-- Transfer Popover -->
|
||||
<vn-popover vn-id="transfer">
|
||||
<div class="vn-pa-md transfer">
|
||||
<div class="vn-pa-lg transfer">
|
||||
<vn-horizontal>
|
||||
<vn-one>
|
||||
<h4 translate>Sales to transfer</h4>
|
||||
|
|
Loading…
Reference in New Issue