File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
frontend/src/components/messstelle/gesamtauswertung/stepper Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 99 label =" Messstellen"
1010 multiple
1111 clearable
12- :disabled =" disableMessstelle"
1312 persistent-hint
1413 variant =" outlined"
1514 closable-chips
@@ -250,22 +249,10 @@ const messstelleHint = computed(() => {
250249 if (auswertungOptions .value .messstelleAuswertungIds .length > 1 ) {
251250 hint =
252251 " Wenn mehrere Messstellen ausgewählt wurden, kann kein Messquerschnitt ausgewählt werden." ;
253- } else if (disableMessstelle .value ) {
254- hint =
255- " Wenn ein Messquerschnitt ausgewählt wurde, kann die Messstelle nicht mehr geändert werden." ;
256252 }
257253 return hint ;
258254});
259255
260- const disableMessstelle = computed (() => {
261- return (
262- auswertungOptions .value .messstelleAuswertungIds .length > 0 &&
263- auswertungOptions .value .messstelleAuswertungIds [0 ].mqIds .length > 0 &&
264- direction .value !== messstelleUtils .alleRichtungen &&
265- richtungValues .value .length > 1
266- );
267- });
268-
269256const buttonText = computed (() => {
270257 return showSelectAllButton .value ? " Alle auswählen" : " Alle abwählen" ;
271258});
You can’t perform that action at this time.
0 commit comments