Jumoo / Jumoo.TranslationManager.Issues

Public issue tracker for translation manager.
0 stars 0 forks source link

"Send to Translation" creates job instead of adding to the pending queue #50

Closed mayhammf closed 1 year ago

mayhammf commented 1 year ago

Description:

It is not possible to add translation as pending.

Repro steps

Environment:

Translation Manager: v10.1.4.0 Global Configuration:

{
    "Translation": {
        "backgroundCheck": true,
        "checkPeriod": 180,
        "autoTranslate": false, // Notice autoTranslate is set to false.
        "includeEmpty": false,
        "batchSize": 25,
        "showHistory": true,
        "fixup": false,
        "returnToPending": false,
        "links": {
            "updatePicked": true,
            "updateInline": true
        },
        "notify": {
            "pending": "",
            "approved": "",
            "submitted": "",
            "received": ""
        },
        "tagSettings": {
            "tags": "img,a",
            "attributes": "title,alt"
        }
    }
}

Connector config: Default. Translation set config: image

KevinJump commented 1 year ago

Thanks,

yeah this turns out is a quick one to fix, and it gives us an excuse to push out the latest release.

fixed in v10.2.0 and v11.2.0

https://github.com/Jumoo/Jumoo.TranslationManager.Issues/releases/tag/v11.2.0