This commit is contained in:
@@ -892,20 +892,11 @@ BUILD 8.0.0-beta.1-rc3 CHANGES OF NOTE
|
||||
- added dashboard widget "Scheduled" available to scheduleable users (techs) which shows today's work orders they are scheduled on
|
||||
- added dashboard widget "Reviews" available to all dashboardable users which shows today's Reviews
|
||||
- added dashboard widget "Reminders" available to all dashboardable users which shows today's Reminders
|
||||
- Added *back* User color as it now ties in with widget charts (user edit form, import, backend etc)
|
||||
- Added *back* User color as it now ties in with widget charts (user edit form, import, backend, docs etc)
|
||||
- v8-migrate plugin, fixed new issue related to removal of unused locale / translation keys preventing migrate
|
||||
- Login form added prominent warning "beta test - not for production use"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
================================================
|
||||
204 new lady? 2022-03-01 11:20:10
|
||||
"I pay 917 here for a two bedroom."
|
||||
|
||||
2022-03-01 12:45:13
|
||||
Don't fucking sign anything. I've been here for 8 years, change is good
|
||||
|
||||
|
||||
|
||||
@@ -144,8 +144,8 @@ export default {
|
||||
singleOnly: false,
|
||||
settings: {
|
||||
customTitle: null,
|
||||
timeSpan: "*thismonth*",
|
||||
interval: "day",
|
||||
timeSpan: "*thisyear*",
|
||||
interval: "month",
|
||||
wotags: [],
|
||||
woitemtags: [],
|
||||
techtags: [],
|
||||
@@ -168,12 +168,12 @@ export default {
|
||||
singleOnly: false,
|
||||
settings: {
|
||||
customTitle: null,
|
||||
timeSpan: "*thismonth*",
|
||||
timeSpan: "*thisyear*",
|
||||
wotags: [],
|
||||
woitemtags: [],
|
||||
techtags: [],
|
||||
userid: null,
|
||||
interval: "day",
|
||||
interval: "month",
|
||||
color: "#00205B"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,6 +93,11 @@
|
||||
>
|
||||
</v-select>
|
||||
</v-col>
|
||||
<v-col cols="12">
|
||||
<span class="text-sm-h5 text-md-h3 red--text"
|
||||
>BETA TEST - NOT FOR PRODUCTION USE</span
|
||||
>
|
||||
</v-col>
|
||||
<v-col cols="12" md="7">
|
||||
<v-text-field
|
||||
id="username"
|
||||
|
||||
Reference in New Issue
Block a user