Updaated all color values to include Alpha value so pickers offer it as an option to user
This commit is contained in:
@@ -441,7 +441,7 @@ export default {
|
||||
phone2: null,
|
||||
phone3: null,
|
||||
mapUrlTemplate: null,
|
||||
uiColor: "#000000",
|
||||
uiColor: "#000000ff",
|
||||
languageOverride: null,
|
||||
timeZoneOverride: null,
|
||||
currencyName: "USD",
|
||||
|
||||
@@ -429,7 +429,7 @@ export default {
|
||||
phone2: null,
|
||||
phone3: null,
|
||||
mapUrlTemplate: null,
|
||||
//uiColor: "#000000",
|
||||
//uiColor: "#000000ff",
|
||||
languageOverride: null,
|
||||
timeZoneOverride: null,
|
||||
currencyName: "USD",
|
||||
|
||||
@@ -215,7 +215,7 @@ export default {
|
||||
phone2: null,
|
||||
phone3: null,
|
||||
mapUrlTemplate: null,
|
||||
uiColor: "#000000",
|
||||
uiColor: "#000000ff",
|
||||
languageOverride: null,
|
||||
timeZoneOverride: null,
|
||||
currencyName: null,
|
||||
|
||||
@@ -128,7 +128,7 @@ export default {
|
||||
name: null,
|
||||
active: true,
|
||||
notes: null,
|
||||
color: "#ffffff", //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
|
||||
color: "#ffffffff", //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
|
||||
selectRoles: 1290,
|
||||
removeRoles: 1290,
|
||||
completed: false,
|
||||
|
||||
@@ -179,7 +179,7 @@ export default {
|
||||
id: 0,
|
||||
name: "-",
|
||||
active: true,
|
||||
color: "#ffffff", //invisible
|
||||
color: "#ffffffff", //invisible
|
||||
completed: false,
|
||||
locked: false
|
||||
};
|
||||
|
||||
@@ -63,7 +63,7 @@ export default {
|
||||
name: null,
|
||||
active: true,
|
||||
notes: null,
|
||||
color: "#ffffff", //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
|
||||
color: "#ffffffff", //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
|
||||
selectRoles: 1290,
|
||||
removeRoles: 1290,
|
||||
completed: false,
|
||||
|
||||
@@ -82,7 +82,7 @@ export default {
|
||||
name: null,
|
||||
active: true,
|
||||
notes: null,
|
||||
color: "#ffffff" //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
|
||||
color: "#ffffffff" //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
|
||||
},
|
||||
formState: {
|
||||
ready: false,
|
||||
|
||||
@@ -128,7 +128,7 @@ export default {
|
||||
name: null,
|
||||
active: true,
|
||||
notes: null,
|
||||
color: "#ffffff", //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
|
||||
color: "#ffffffff", //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
|
||||
selectRoles: 1290,
|
||||
removeRoles: 1290,
|
||||
completed: false,
|
||||
|
||||
@@ -189,7 +189,7 @@ export default {
|
||||
id: 0,
|
||||
name: "-",
|
||||
active: true,
|
||||
color: "#ffffff", //invisible
|
||||
color: "#ffffffff", //invisible
|
||||
completed: false,
|
||||
locked: false
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user