forked from mirrors/homebox
fix: various minor bugs (#384)
* fix insufficiently large max height for cards * fix listener for resetItemDateTimes * support YYYY/MM/DD format for imports * fix columns in docs * use comma deliminator
This commit is contained in:
parent
f0b9a0fce4
commit
6a853c07a0
5 changed files with 7 additions and 4 deletions
|
@ -73,7 +73,7 @@
|
|||
Ensures that all items in your inventory have a valid import_ref field. This is done by randomly generating
|
||||
a 8 character string for each item that has an unset import_ref field.
|
||||
</DetailAction>
|
||||
<DetailAction @click="resetItemDateTimes">
|
||||
<DetailAction @action="resetItemDateTimes">
|
||||
<template #title> Zero Item Date Times</template>
|
||||
Resets the time value for all date time fields in your inventory to the beginning of the date. This is to
|
||||
fix a bug that was introduced early on in the development of the site that caused the time value to be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue