integrations / microsoft-teams

Bringing your code and work to the conversations you care about with the GitHub and Microsoft integration
428 stars 95 forks source link

Can't remove a scheduled reminder #269

Closed matt-carr closed 1 year ago

matt-carr commented 1 year ago

Describe the bug I am unable to delete any scheduled reminder in a public channel

To Reproduce Steps to reproduce the behavior:

  1. Create a scheduled reminder in a public channel
  2. Attempt to delete the scheduled reminder
  3. receive response "Please select the valid number value for minimum age."

Expected behavior The reminder is deleted

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context I am still able to edit a reminder

NikolayTach commented 1 year ago
nikhilgarg1047 commented 1 year ago

Hi @matt-carr / @NikolayTach - Sorry for the delayed response. Can you please share the screenshot of reminder data (like Min age) that you were are trying to delete?

NikolayTach commented 1 year ago

/* Populate the id array. */

id_sequence[0] = 30652;
id_sequence[1] = 30652;
nikhilgarg1047 commented 1 year ago

@NikolayTach - Sorry, I'm not sure what the above ids corresponds to. You can click on Edit reminder and share the screenshot. I need to see the min age value. Please find the sample screenshot.

ReminderUI
perezbr commented 1 year ago

@nikhilgarg1047 I'm having the same issue and the minimum age is set to 0, which is the default.

I changed the min age to 1 and still run into the same bug when deleting.

nikhilgarg1047 commented 1 year ago

Hi All, thanks for sharing the details. Can you please check now and confirm if the issue is fixed?

nikhilgarg1047 commented 1 year ago

Closing this issue as the fix is released. Please reopen the issue in case you still face it.

matt-carr commented 1 year ago

confirmed fixed, tyvm <3