yanivsegev / VSTS-DropPlan

Plan and track your sprint with a calendar based view.
MIT License
20 stars 17 forks source link

Drop Plan Rendering Broken by Most Recent PR? #102

Closed gerrylowe closed 8 months ago

gerrylowe commented 8 months ago

Sometime in the last few hours, Drop Plan has stopped rendering. The following error is presented (tested on both Chrome & Edge): image

sgtwilko commented 8 months ago

Sorry, yes, I think I've fixed that in pr #101

sgtwilko commented 8 months ago

@gerrylowe what's your project process? Agile, etc? Do your tasks have parents? I'll make sure I configure my test system to match, as I'm not seeing your error locally.

gerrylowe commented 8 months ago
  1. Project process is Agile
  2. Tasks have parents (e.g. Stories or Bugs)

If it helps, here's my browser console output: image

sgtwilko commented 8 months ago

are the parents in the same iteration?

lucasllano commented 8 months ago

Same problem here:

https://extmgmt.dev.azure.com/{organization}/_apis/ExtensionManagement/InstalledExtensions/yanivsegev/Drop-plan-extension/Data/Scopes/Default/Current/Collections/Settings/Documents/version%201

image image

kamimorgan commented 8 months ago

We are also receiving the same error for most of our projects, it seems that this has started happening in last few hours today

richard-fairweather-access commented 8 months ago

I have found that this is caused by

I have been able to work around by updating iterations and removing links to avoid the above scenarios, but would prefer to be able to use the drop plan as before.

sgtwilko commented 8 months ago

@richard-fairweather-access I believe both of these are fixed in my new pr #101

gerrylowe commented 8 months ago

are the parents in the same iteration?

@sgtwilko Not always!

yanivsegev commented 8 months ago

Uploaded a fix, Thanks @sgtwilko !

sgtwilko commented 8 months ago

@yanivsegev thanks for merging so quickly.

@richard-fairweather-access thanks for working out the combinations in your environment, it confirmed what I'd suspected.

Hopefully that's sorted the issues for everyone, but if it hasn't can you tag me in any new issues you open (I try to work on the basis that if I broke it, I should fix it!)

yanivsegev commented 8 months ago

@sgtwilko Thanks for all of your efforts! Would you like to get access to TrackJs monitoring tool? if so, please share your email and I will send you an invite.

sgtwilko commented 8 months ago

@yanivsegev Thanks, I'm in.

gparreira commented 8 months ago

Anyone has formatting problems of Drop Plan tasks after returning of the errors above? My task board is totally messy image

sgtwilko commented 8 months ago

@gparreira do you see the same if you change the Theme to "Classic"? Are they a different type of task?

gparreira commented 8 months ago

Yes, it shows the same format if I change the theme. The tasks were displaying normally some hours ago but after the error stopped it stays like that

sgtwilko commented 8 months ago

@gparreira ok, I think I understand the issue. Do you manage bugs with tasks?

sgtwilko commented 8 months ago

@gparreira I think PR #104 will fix your issue.

gparreira commented 8 months ago

@gparreira ok, I think I understand the issue. Do you manage bugs with tasks?

In fact we use to have bugs in the board but I don't know if there is one showed in this sprint.

@gparreira I think PR #104 will fix your issue.

Yes, really!! Board is back to normal. Thank you very much!!!