Skip to content

Commit

Permalink
order templates update to angular 9
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscomdrito authored and shauke committed May 26, 2020
1 parent 186153b commit 85849d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
} from '@angular/core';

import { FeatureToggleService } from 'ish-core/feature-toggle.module';
import { LineItemView } from 'ish-core/models/line-item/line-item.model';

import { BasketCreateOrderTemplateComponent } from '../../../shared/basket/basket-create-order-template/basket-create-order-template.component';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { LineItemListComponent } from 'ish-shared/components/basket/line-item-li
import { ErrorMessageComponent } from 'ish-shared/components/common/error-message/error-message.component';
import { ModalDialogLinkComponent } from 'ish-shared/components/common/modal-dialog-link/modal-dialog-link.component';

import { LazyCreateOrderTemplateComponent } from '../../../extensions/order-templates/exports/basket/lazy-create-order-template/lazy-create-order-template.component';
import { LazyBasketCreateOrderTemplateComponent } from '../../../extensions/order-templates/exports/basket/lazy-basket-create-order-template/lazy-basket-create-order-template.component';
import { LazyBasketAddToQuoteComponent } from '../../../extensions/quoting/exports/basket/lazy-basket-add-to-quote/lazy-basket-add-to-quote.component';

import { ShoppingBasketComponent } from './shopping-basket.component';
Expand All @@ -35,7 +35,7 @@ describe('Shopping Basket Component', () => {
MockComponent(ContentIncludeComponent),
MockComponent(ErrorMessageComponent),
MockComponent(LazyBasketAddToQuoteComponent),
MockComponent(LazyCreateOrderTemplateComponent),
MockComponent(LazyBasketCreateOrderTemplateComponent),
MockComponent(LineItemListComponent),
MockComponent(ModalDialogLinkComponent),
ShoppingBasketComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<ish-lazy-product-add-to-order-template
*ngIf="editable"
class="btn-tool"
[class]="'btn btn-link add-to-order-template mr-0'"
[class]="'btn btn-link add-to-order-template mt-0 mr-0'"
[product]="pli.product"
displayType="icon"
[quantity]="form.get(['items', i]).value.quantity"
Expand Down

0 comments on commit 85849d1

Please sign in to comment.