#2081 Loading metadata fields (Blocked by, Depends on, Assignee) takes forever
Closed: Fixed 5 years ago by pingou. Opened 7 years ago by dkupka.

Steps to reproduce:
1. Go to a pagure ticket
2. Click 'Edit metadata' button
3. Click into "Depends on" text field
4. Type ticket number
5. Click somewhere else (other text field or somewhere on the page)

Actual result:
Nothing will be shown as you type the input. The input disappears once you leave the text field.

Expected result:
Candidate tickets are shown as you type.

Alternative expected result:
Input can be submitted even without selecting from the list.

Additional info:
~5 minutes after clicking "Edit metadata" everything seems to work as expected.


Metadata Update from @lslebodn:
- Issue tagged with: IDM

7 years ago

I would suspect that this is because it needs to load the entire page which depending on the project may take a while (all the JS has to load/run)

Metadata Update from @pingou:
- Issue tagged with: bug

7 years ago

Because of this issues editing fields like Assignee or Label is almost unusable. Just tried with updating the assignee and it took me 67 seconds untill the login appeared in the text field so that I could update the pull request. Very, very user unfriendly.

We have changed the behavior for assignee, but we should adjust for the tickets, so that it loads the desired subset rather than the entire list (which is broken atm anyway since it doesn't iterate over that list)

Metadata Update from @pingou:
- Issue set to the milestone: 5.4

5 years ago

Metadata Update from @pingou:
- Issue assigned to pingou

5 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #4291 Merged 5 years ago