Skip to content
Code-Schnipsel Gruppen Projekte
  • Henning Leutz's avatar
    a8ecb4a0
    fix: update variable declarations and cache handling · a8ecb4a0
    verfasst von Henning Leutz
    This commit involves refactoring code in Products.js by updating 'var' to 'let' or 'const' for
    proper scoping and better readability. It also introduces a new variable 'inAdministration' to
    handle specific conditions for QUIQQER's administrative state and modifies the condition for using
    cached data, considering 'inAdministration'. Expect no changes in functionality or behavior of the
    software with these changes.
    a8ecb4a0
    Verlauf
    fix: update variable declarations and cache handling
    verfasst von Henning Leutz
    This commit involves refactoring code in Products.js by updating 'var' to 'let' or 'const' for
    proper scoping and better readability. It also introduces a new variable 'inAdministration' to
    handle specific conditions for QUIQQER's administrative state and modifies the condition for using
    cached data, considering 'inAdministration'. Expect no changes in functionality or behavior of the
    software with these changes.