Skip to content

Commit

Permalink
Merge pull request #143 from humhub/enh/1-move-content-feature
Browse files Browse the repository at this point in the history
Enable the feature to move a content to another space
  • Loading branch information
luke- authored Nov 2, 2024
2 parents 0b32629 + 5745c4d commit c170767
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
1.3.7 (Unreleased)
--------------------------
- Enh #142: Reduce translation message categories
- Enh #143: Enable the feature to move a content to another space

1.3.6 (September 13, 2024)
--------------------------
Expand Down
5 changes: 5 additions & 0 deletions models/Poll.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ class Poll extends ContentActiveRecord implements Searchable
*/
public $moduleId = 'polls';

/**
* @inheritdoc
*/
protected $canMove = true;

/**
* @return string the associated database table name
*/
Expand Down

0 comments on commit c170767

Please sign in to comment.