🇮🇩Indonesia @was.uthm

Account created on 2 February 2013, almost 12 years ago
#

Recent comments

🇮🇩Indonesia was.uthm

I found a problem

This command IS NOT Correct, 

   'init_commands' => [
      'isolation_level' => 'SET SESSION transaction_isolation=\'READ-COMMITTED\'',
    ],

Instead I used, this the CORRECT one.

   'init_commands' => [
      'isolation_level' => 'SET SESSION transaction_isolation=\'READ-COMMITTED\'',
    ],

🇮🇩Indonesia was.uthm

Thanks jrockowitz

I am not familiar with hook_local and don't know how to implement it.

After trying many ways, finally I can solve it on my own and documented here. A bit tricky but it works.

https://drupal.stackexchange.com/questions/317579/change-view-webform-li...

Thanks to Global text that really helps.

Regards,
waluyo

Production build 0.71.5 2024