Closed (fixed)
Project:
Translation Management Tool
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2012 at 21:06 UTC
Updated:
31 Jul 2012 at 12:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
ethanethan commentedExploring a bit today, i saw that jobs requested through the "Node Source" tab also don't obey quick checkout settings (when there is only one translator available).
Is there a reason why "node source" doesn't behave similarly to the "Translate" tab of a node?
Comment #2
ethanethan commentedI'd be interested to hear what the devs think about this. What ya think?
Comment #3
fubhy commentedWe will add this. This is not limited by our API (it allows this, theoratically), but we don't have a UI for that yet (this is rather complicated). It is even more complicated in this case because we want to re-use as much of the existing and flexible functionality that is already out there (views, views bulk operations, etc.). We will probably have custom field form handlers (views) for this at some point. Also our UI will become really nice once all the core functionality is fully (and nicely) working (AJAX, etc.).
Comment #4
ethanethan commentedOk, sounds good. Sounds fairly long term, though, for something fully featured. I am working on a project that requires an efficient workflow for multiple content nodes, so we'd like to request translations from that node source page. Should i create a ticket for implementing the multistep checkout process? Or could i make some modifications in my custom translator so that multiple languages are processed (quick checkout) and automatically accepted?
Comment #5
berdirThe reason for this is that the rule to start a translation currently only supports the creation of a single job, which means that all selected nodes must have the same source language.
We probably need to replace that rule with a custom action (hook_action_info()), which is better integrated with VBO, then we can use tmgmt_ui_checkout_job($jobs) there which supports multiple jobs and can also do the autosubmit if possible.
Would be great if you want to work on that.
Once that is resolved, we can simply change the default view to allow multiple values for that exposed filter.
Comment #6
ethanethan commentedOk, I will dive into that. Could you create the ticket?
I haven't done much Drupal development before, so I will definitely be asking questions. (Also im learning git!)
Comment #7
berdirYou can create the ticket yourself :)
Comment #8
ethanethan commentedContinued at #1545810: New rule to support multiple job checkouts from Node Source view
Comment #9
berdirThis is easy now.
Comment #10
berdirCommited.
Comment #11.0
(not verified) commentedspecified that there's only one step