Skip to content

Admin multiple duplicated data inside list of exercise #7

@Tomawock

Description

@Tomawock

When you are logged as an admin the exercise is shown 2 times, in the list of Exercise
Because:

$exerciseListAdmins = $dl->listExercisesAdmins();
$exerciseListUser = $dl->listExercisesUserById($actualuserId);

Retrieve the same information when you are Admin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions