menu_service patch for d7
| Project: | Services |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | ilo |
| Status: | active |
Jump to:
Hi
I just assigned for myself as I had already started to look at it. As commented in #626730: xmlrpc_server patch for d7, I'll be detailing the issues I've found on this module for now, until we have conditions to create a patch (awaiting for heyrocker's services core patch).
current issue list for taxonomy_server module:
- menu_service.info file missing core = 7.x and files[] directives.
- menu_tree_all_data() signature has changed, used in menu_service_get() (just to notice, seems it is used the right way but there is no default menu entry now).
- drupal_get_path_alias() signature has changed, used in menu_service_process() (just to notice, seems it is used the right way but default path now is NULL).
- menu item definition has changed, menu_service_process() recursive function should be reviewed to work with current menu entry definition.
- hashes are being used for service definition (see #616490: Services API misuses hash/number (#) symbols)

#1
Misspelling, I meant current issue list for menu_service module.