#7936 fix: handle non-object options #1115

Merged
jorgep merged 1 commits from 7936-warmfix-showRawValues into test 2024-12-19 11:12:47 +00:00
Member
No description provided.
jorgep added 1 commit 2024-12-19 10:05:51 +00:00
gitea/salix-front/pipeline/pr-test This commit looks good Details
0103927ce7
fix: handle non-object options
jorgep requested review from alexm 2024-12-19 10:05:58 +00:00
jorgep reviewed 2024-12-19 10:06:44 +00:00
@ -380,3 +380,3 @@
<template #option="{ opt, itemProps }">
<QItem v-bind="itemProps">
<QItemSection v-if="opt[optionValue] == opt[optionLabel]">
<QItemSection v-if="typeof opt !== 'object'"> {{ opt }}</QItemSection>
Author
Member

A esto no se le puede hacer test de front, solo se podría hacer "test de componente". Y de momento no se hacen.

A esto no se le puede hacer test de front, solo se podría hacer "test de componente". Y de momento no se hacen.
alexm approved these changes 2024-12-19 10:56:47 +00:00
jorgep merged commit 4483d1cae0 into test 2024-12-19 11:12:47 +00:00
jorgep deleted branch 7936-warmfix-showRawValues 2024-12-19 11:12:48 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#1115
No description provided.