Ticket #579 (closed Bug: fixed)
API Actions: full_url and url is 0
| Reported by: | matt | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | RobotRock |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: |
Description
in the Actions.* API response for most rows distinction between full_url and label can be confusing;
Spec
- 'label' should have the value of the page only, excluding directories
- 'full_url' should contain the full path (excluding domain name) to the page
- in the API response, some rows have subtables (eg. /demo/index2, 'demo' will be a row having a subtable linking to the subpage index2). For these entries, full_url should not be set (rather than being 0 at the moment). Also, we should make sure the 'demo/index' fake entry generated for hits on '/demo' have a full_url value of '/demo' and not '/demo/index'.
Change History
Note: See
TracTickets for help on using
tickets.
