Loading...
 
Skip to main content

List of surveys is not available for user with tiki_p_take_survey perms

Status
Pending
Subject
List of surveys is not available for user with tiki_p_take_survey perms
Version
1.9.x
Category
  • Error
Feature
Survey
Submitted by
vytasm
Volunteered to solve
vytasm
Rating
(0)
Description

User with tiki_p_take_survey permission cannot see a list of available surveys.

List of surveys is available only for users having both tiki_p_take_survey AND tiki_p_view_stats perms.

Proposed solution:

- to modify function list_surveys (lib/tikilib.php):
from:
$add=$this->user_has_perm_on_object($user,$res'surveyId','survey',array('tiki_p_take_survey','tiki_p_view_survey_stats'));

to:

$add=$this->user_has_perm_on_object($user,$res'surveyId','survey',array('tiki_p_take_survey'/*,'tiki_p_view_survey_stats'*/)) ||$this->user_has_perm_on_object($user,$res'surveyId','survey',array(/*'tiki_p_take_survey',*/'tiki_p_view_survey_stats'))


Importance
5
Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
1259
Created
Tuesday 24 July, 2007 07:24:58 UTC
by Unknown
LastModif
Tuesday 24 July, 2007 07:24:58 UTC


Show PHP error messages