Skip to content
Snippets Groups Projects
  • David Beguin's avatar
    d4db21a9
    [IMP] website_slides : allow review, comment and vote only if enough karma · d4db21a9
    David Beguin authored
    To avoid eLearning to be spammed, the comment, review and vote behaviours
    are now allowed only if the user has enough karma to do it.
    
    Here is the new behaviour on courses and slides rating / comment / vote
        -If allow_comment is checked on Course :
            - Review (rating) is allowed on Course only if enough karma
            - Comment is allowed on slides within the course
                only if enough karma and course type is 'training'
            - Vote is allowed on slides within the course
                only if enough karma and course type is 'documentation'
        -If allow_comment is not checked on Course :
            - Review (rating) is not allowed on Course
            - Comment is not allowed on slides within the course
            - Vote is not allowed on slides within the course
        - Rating is not allowed on slides within the course anymore
    
    Task ID : 1943788
    PR #31321
    d4db21a9
    History
    [IMP] website_slides : allow review, comment and vote only if enough karma
    David Beguin authored
    To avoid eLearning to be spammed, the comment, review and vote behaviours
    are now allowed only if the user has enough karma to do it.
    
    Here is the new behaviour on courses and slides rating / comment / vote
        -If allow_comment is checked on Course :
            - Review (rating) is allowed on Course only if enough karma
            - Comment is allowed on slides within the course
                only if enough karma and course type is 'training'
            - Vote is allowed on slides within the course
                only if enough karma and course type is 'documentation'
        -If allow_comment is not checked on Course :
            - Review (rating) is not allowed on Course
            - Comment is not allowed on slides within the course
            - Vote is not allowed on slides within the course
        - Rating is not allowed on slides within the course anymore
    
    Task ID : 1943788
    PR #31321