Skip to content
  • ZeMKI's avatar
    issues resolved · f9588f7d
    ZeMKI authored
    - i solved the issue with answer by converting the answer text column always in an array and then managing that as an array everywhere
    - solved permission page by using a custom function isItemInArray checking for the couple [permission_id,study_id] to then check the checkbox
    - the create study permission was not given because of a weird error by Laravel, it was searching for a app\study model while I was using a {user} bind
    
    @todo
    - solve bug in interview view page (onechoice+open)
    - encrypt screenshots
    - create manage users permission
    - remove supervisors from user list ? so who can manage users can't change permissions or just leave user manage to supervisors?
    f9588f7d