Skip to content
Snippets Groups Projects
  1. Jun 15, 2023
    • Vasilii Iakliushin's avatar
      Fix "empty" approval rules when user_ids or group_ids provided · 00f5fcc4
      Vasilii Iakliushin authored
      Contrbutes to #415431
      
      **Problem**
      
      Grape v1.7.0 introduced a change to parameter renaming functionality.
      
      Grape update issue: #395809
      
      With out previous configuration it was possible to send `user_ids` and
      `group_ids` as parameters. But after the gem upgrade this configuration
      became invalid and prevents us from accessing `user_ids` and `group_ids`.
      
      **Solution**
      
      Explicitly add a parameter definition for `user_ids` and `group_ids`. It
      will permit us to set `user_ids` and `group_ids` in the query.
      
      Changelog: fixed
      EE: true
      00f5fcc4
  2. Jun 12, 2023
Loading