LimeSurvey: master 3972733c

Author Committer Branch Timestamp Parent
gabrieljenik gabrieljenik master 2020-08-18 18:43:40 master 2c59a34c
Affected Issues  16217: Survey will not show is the "inherit on" is chosen.
Changeset

Fixed issue 16217: Survey will not show is the "inherit on" is chosen.

Removed "public" scope from Survey model, because it doesn't work with inheritance (DBCriteria can't manage inheritance recurrency). Added a "findAllPublic" method to the model to use in public listing.
Also fixed survey overview.

mod - application/controllers/SurveysController.php Diff File
mod - application/models/Survey.php Diff File
mod - application/views/admin/survey/subview/surveydashboard/003-publicationpanel.twig Diff File