UserOfficeProject / issue-tracker

Shared place for features and bugs from all collaborators.
0 stars 0 forks source link

Assign proposals to fap button in in user offer table shown error #1143

Open mutambaraf opened 1 month ago

mutambaraf commented 1 month ago

What is the problem and why is it a problem

When l select assign proposals to fap in the user officer role l am being diverted to an error page. This is affecting user offce role. image

Steps to reproduce (if it's a bug).

  1. Login as user officer , select the proposals menu item.
  2. Select some proposals and then select assign proposals to faps
martin-trajanovski commented 1 month ago

@mutambaraf this should be fixed in the following PR https://github.com/UserOfficeProject/user-office-core/pull/685 more exactly here: https://github.com/UserOfficeProject/user-office-core/pull/685/files#diff-34e1208dfd78a93b7db3c503dc505b5fe67a545a449d7dcc76e6165a6ded3b3bR733 As you can see I have added the filter to filter the null values and should avoid the error.

mutambaraf commented 1 month ago

@mutambaraf this should be fixed in the following PR UserOfficeProject/user-office-core#685 more exactly here: https://github.com/UserOfficeProject/user-office-core/pull/685/files#diff-34e1208dfd78a93b7db3c503dc505b5fe67a545a449d7dcc76e6165a6ded3b3bR733 As you can see I have added the filter to filter the null values and should avoid the error.

Thanks will close it once this merged