Task #8414 (closed)
Bug: removing tag
| Reported by: | jburel | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | wmoore, atarkowska |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | n.a. |
Description (last modified by jburel)
Testing FF
While testing PR https://github.com/openmicroscopy/openmicroscopy/pull/126
- I add a tag from the right-hand side
- The tag is correctly added.
- I cannot remove the tag by clicking the '-' button. The dialog shows up but nothing happens
Change History (6)
comment:1 Changed 7 years ago by jburel
- Cc cneves-x removed
- Description modified (diff)
comment:2 Changed 7 years ago by wmoore
- Owner changed from atarkowska to wmoore
comment:3 Changed 7 years ago by atarkowska
comment:4 Changed 7 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
comment:5 Changed 7 years ago by Will Moore <will@…>
- Remaining Time set to 0
(In [75688cabd63b7e955892fcee874a6b7472f0a6e9/ome.git] on branch develop) Fix Remove/Delete? $.ajax dataType:'json'. Closes #8414, #8415, #8416, #8417
comment:6 Changed 7 years ago by Aleksandra Tarkowska <A.Tarkowska@…>
(In [bc1dbb1d2d9945604f0e460df7e7d7fed810723a/ome.git] on branch develop) Fix Remove/Delete? $.ajax dataType:'json'. Closes #8414, #8415, #8416, #8417
dataType is expected to be an intelligent guess, but for some reason with the latest jquery is failing. can be fixed by adding dataType:'json' in ajax call.
contenttype is when sending data to the server,
dataType is data that you're expecting back from the server,