Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #4512
      vavakco
      Member

      directory : piklist/includes/class-piklist.php
      line : 440
      default : return str_replace('.php', '', str_replace(array('-', ' '), '_', strtolower($string)));
      modify : return str_replace('.php', '', str_replace(array('-', ' '), '_', mb_strtolower($string, 'UTF-8')));

      in workflow title when title is utf8 for example “اطلاعات فنی” , all url is broken, for fix it i solution replacing mb_strtolower instead of strtolower

      thanks

    • #4571
      Steve
      Keymaster

      @vavakco– In the latest beta we changed how this works and your fix breaks it. We will investigate on how to implement this. Thanks for letting us know.

    • #4711
      Steve
      Keymaster

      @vavakco– This will be fixed in v0.9.9.5.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.