Opened 10 years ago
Closed 10 years ago
#12595 closed feature (invalid)
ajax multiple requests
Reported by: | aalmeida | Owned by: | aalmeida |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | ajax | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
A common mistake using ajax is that when you make a request that should fill a div and, if before this request is completed, another request is send to fill this same div, is often desirable to abort the previous one. I made a small patch that you have the option to label a request in such a way that if another one is sent with the same label the previous one is aborted (if it's not completed, of course). Do you have interest on this?
Change History (2)
comment:1 Changed 10 years ago by
Component: | unfiled → ajax |
---|---|
Owner: | set to aalmeida |
Priority: | undecided → low |
Status: | new → pending |
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Feel free to submit a pull request for review. Make sure to include a test case supporting this feature.