LimeSurvey: master 3949c00c

Author Committer Branch Timestamp Parent
gabrieljenik gabrieljenik master 2020-08-05 00:33:13 master 9d096074
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