feat: refs #8381 add initial and final temperature fields to entry forms and summaries #1202
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1202
Loading…
Reference in New Issue
No description provided.
Delete Branch "8381-entryTemperature"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -142,2 +142,4 @@
/>
</VnRow>
<VnRow>
<QInput
Gastar VnInputNumber
@ -160,0 +162,4 @@
name: 'initialTemperature',
label: t('entry.basicData.initialTemperature'),
field: 'initialTemperature',
format: (row) => (row.initialTemperature ? `${row.initialTemperature}°` : ''),
Jo crearia una funcio en src/filters de toDegrees(value)
I que te fasa return value && value + 'º'
Aixina quan se vuiga fer q se veja com temperatures se gasta.
New commits pushed, approval review dismissed automatically according to repository settings