File tree Expand file tree Collapse file tree
piece-type/ui/apos/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -577,8 +577,8 @@ export default {
577577 }
578578 if (
579579 docIds ||
580- ! doc . aposLocale || // TODO: check localeSwitched?
581- doc . aposLocale . split ( ':' ) [ 0 ] === this . modalData . locale // TODO: check localeSwitched?
580+ ! doc . aposLocale ||
581+ doc . aposLocale . split ( ':' ) [ 0 ] === this . modalData . locale
582582 ) {
583583 await this . getPages ( ) ;
584584 this . getAllPagesTotal ( ) ;
Original file line number Diff line number Diff line change @@ -574,8 +574,8 @@ export default {
574574 }
575575 if (
576576 docIds ||
577- ! doc .aposLocale || // TODO: check localeSwitched?
578- doc .aposLocale .split (' :' )[0 ] === this .modalData .locale // TODO: check localeSwitched?
577+ ! doc .aposLocale ||
578+ doc .aposLocale .split (' :' )[0 ] === this .modalData .locale
579579 ) {
580580 await this .managePieces ();
581581 await this .manageAllPiecesTotal ();
You can’t perform that action at this time.
0 commit comments