Closed (fixed)
Project:
Translation Management Tool
Version:
8.x-1.x-dev
Component:
Core
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Feb 2016 at 08:55 UTC
Updated:
3 Mar 2016 at 09:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
edurenye commentedComment #3
edurenye commentedAdded the interface.
Make test_translator implement the interface.
Just can assign a continuous job to a ContinuousTranslator.
List of continuous jobs now don't show non continuous jobs.
Comment #4
berdiras discussed, make this plural, an array of job items.
$job is aparrently an optionl argument here, so we should check that one is passed in?
can you add a (continuous) or something to the message here?
That's not what I meant. It wouldn't be listed there even if file would support that. because it's not a continuous job.
You need to extend TMGMTUitest instead, around line 717, on the add form.
Comment #6
edurenye commentedDone.
Comment #9
berdirStill no.
You need to check available translators, not jobs.
Comment #10
edurenye commentedDone.
Comment #12
edurenye commentedNow I'm just installing tmgmt_file in the test where I need it.
Comment #13
berdirYeah, the problem with this is that this will no longer work properly when we change the translator label. See #2662498: Rename Translator to Provider. So it's very easy to break it so that it will no longer test anything useful.
For now, lets just shorten it to just checking for no "File". That will still be there, even after the the rename.
Almost there.
Comment #14
edurenye commentedDone.
Comment #17
berdirYes, that works. Committed.