Opened 2 years ago
Last modified 23 months ago
#3516 new Defect
Exporting an annotation should not require knowledge of the entity_guid
| Reported by: | ewinslow | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Near Term Future Release |
| Component: | Core | Version: | 1.7 |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
I want to be able to just do export/json/annotation/[annotation_id] or something similar. The point of the export is that I only have the ID and want to get other info about it.
Change History (2)
comment:1 Changed 2 years ago by cash
comment:2 Changed 23 months ago by ewinslow
- Milestone changed from Needs Review to Elgg 1.9
Note: See
TracTickets for help on using
tickets.

Exporting is scheduled for a rewrite in 1.9. I've never used the current code, but I assume it is in the same condition as the web services API pre-1.7.0 (an untested mess). The only way it got fixed was that I had a need to use it so fixed it up.