[Sakai Jira] Commented: (SAKIII-4653) Sends tags in a single request
James Sloane (JIRA)
sakai-ui-dev-tracking at collab.sakaiproject.org
Mon Jan 23 16:10:56 PST 2012
[ https://jira.sakaiproject.org/browse/SAKIII-4653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=147877#comment-147877 ]
James Sloane commented on SAKIII-4653:
--------------------------------------
https://github.com/sakaiproject/3akai-ux/pull/1591
> Sends tags in a single request
> ------------------------------
>
> Key: SAKIII-4653
> URL: https://jira.sakaiproject.org/browse/SAKIII-4653
> Project: Sakai OAE UI Dev
> Issue Type: Task
> Components: Content & Media
> Affects Versions: 1.1.0
> Reporter: Carl Hall
> Assignee: James Sloane
> Fix For: 1.2.0
>
>
> A late addition in 1.1 to the tagging operation was to allow the preview processor to send multiple tags in a single request. The UI should be updated to use this rather than a request for each tag. I believe this is possible by passing an array as the value to the "key" parameter via jQuery.
> Old way (still valid):
> curl -F :operation=tag -F key="My First Tag" http://localhost:8080/p/asdf
> curl -F :operation=tag -F key="My Second Tag" http://localhost:8080/p/asdf
> New way:
> curl -F :operation=tag -F key="My First Tag" -F key="My Second Tag" http://localhost:8080/p/asdf
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the sakai-ui-dev-tracking
mailing list