BlackbitDigitalCommerce / pimcore-single-sign-on

GNU General Public License v3.0
3 stars 0 forks source link

admin.de.yml does not contain valid YAML #10

Closed betterapp closed 2 months ago

betterapp commented 2 months ago

SSO: v1.2

When I do cache clear I get error message:

// Clearing the cache for the dev environment with debug true

In YamlFileLoader.php line 42:

  The file "/home/daniel/Web/pimcore/vendor/blackbit/single-sign-on/Reso  
  urces/translations/admin.de.yml" does not contain valid YAML: Found unknown  
   escape character "\." at line 38 (near "sso_config_tooltip_exclude_rules:   
  "Muss ein oder mehrere reguläre Ausdrücke mit komma-trennzeichen sein (beis  
  piel: /^admin$/, /^((?!google\.com).)*$/)'"").                               

In Unescaper.php line 87:

  Found unknown escape character "\." at line 38 (near "sso_config_tooltip_ex  
  clude_rules: "Muss ein oder mehrere reguläre Ausdrücke mit komma-trennzeich  
  en sein (beispiel: /^admin$/, /^((?!google\.com).)*$/)'"").          
BlackbitDevs commented 2 months ago

Has been fixed in 1.2.1 some weeks ago. Please update.