Skip to content

Commit

Permalink
Fixed issue #17144: Can't edit questions after import
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 22, 2021
1 parent fdee17d commit b1d679e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/models/Question.php
Expand Up @@ -85,6 +85,8 @@ class Question extends LSActiveRecord
/** @var string $group_name Stock the active group_name for questions list filtering */
public $group_name;
public $gid;
/** Set defaut relevance **/
public $relevance ='';

/**
* @inheritdoc
Expand Down

0 comments on commit b1d679e

Please sign in to comment.