Fixed error with unnecessary call for context (#496)
parent
8727beefdc
commit
94b034c605
|
@ -201,6 +201,7 @@ export function getPreference({
|
|||
|
||||
// USER PREFERENCES
|
||||
// View Preferences
|
||||
if (parentUuid && containerUuid) {
|
||||
retValue = getContext({
|
||||
parentUuid: 'P' + parentUuid,
|
||||
containerUuid,
|
||||
|
@ -209,6 +210,7 @@ export function getPreference({
|
|||
if (!isEmptyValue(retValue)) {
|
||||
return retValue
|
||||
}
|
||||
}
|
||||
|
||||
// Global Preferences
|
||||
retValue = getContext({
|
||||
|
|
Loading…
Reference in New Issue