ui: fix service page not rendering - #28005
Conversation
|
I checked out this branch to test (Chrome on Fedora Linux). I'm seeing the page rendered as I'd expect, but I see the following error in the console: If I delete the service registration out from under the job, I see this error: And once I hit this error, I can't tab-over to any of the other tabs in the job page without hard-reloading the page. |
|
huh. ok I checked on macOS Chrome 148.0.7778.168, couldn't see any errors, but I'll do more checks with other browsers. |
bf49230 to
48e3afe
Compare
Including deleting the service out from under the UI? That's the one that triggered the more serious of the two bugs. I just reproduced again: |
a-ha! So what I did in the past was I'd update the job, removing the service. Never removed the service manually. I reproduced now! |
|
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |


Fixes a bug in the service detail page rendering.
Running a jobspec:
In the UI I can see:
Console shows no JS/ember errors.
Resolves #27980