I wanted to create new translation jobs from node sources, however the "operations" fieldset is empty (see attached screenshot).

Here's a list of currently enabled tmgmt (sub-)modules:

Content Source (tmgmt_node)                    Enabled  7.x-1.0-alpha1+11-dev
Content Source User Interface (tmgmt_node_ui)  Enabled  7.x-1.0-alpha1+11-dev
Entity Source (tmgmt_entity)                   Enabled  7.x-1.0-alpha1+11-dev
Export / Import File (tmgmt_file)              Enabled  7.x-1.0-alpha1+11-dev
i18n String Source (tmgmt_i18n_string)         Enabled  7.x-1.0-alpha1+11-dev
Local Translator (tmgmt_local_translator)      Enabled  7.x-1.0-alpha1+11-dev
Microsoft Translator (tmgmt_microsoft)         Enabled  7.x-1.0-alpha1+11-dev
myGengo Translator (tmgmt_mygengo)             Enabled  7.x-1.0-alpha1+11-dev
Nativy Translator (tmgmt_nativy)               Enabled  7.x-1.0-alpha1+11-dev
Supertext Translator (tmgmt_supertext)         Enabled  7.x-1.0-alpha1+11-dev
Translation Management Core (tmgmt)            Enabled  7.x-1.0-alpha1+11-dev
Translation Management Field (tmgmt_field)     Enabled  7.x-1.0-alpha1+11-dev
Translation Management UI (tmgmt_ui)           Enabled  7.x-1.0-alpha1+11-dev

Comments

berdir’s picture

Status: Active » Postponed (maintainer needs more info)

Do you have the rules module enabled?

floeschie’s picture

Status: Postponed (maintainer needs more info) » Fixed

Thanks for the hint, enabling the rules module fixed it.

berdir’s picture

Title: No options available in Node Source tab » Dependency on rules module missing in tmgmt_ui
Status: Fixed » Active

We should add a dependency on rules, let's use this issue for this. Patches are welcome :)

floeschie’s picture

Status: Active » Needs review
StatusFileSize
new313 bytes

Add dependency on rules module

berdir’s picture

Status: Needs review » Fixed

Thanks, commited.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

berdir’s picture

Status: Closed (fixed) » Needs work

Had to temporarly revert this patch, this seems to be the reason for our failing tests as the rules dependency is not detected correctly so all tests that depend on tmgmt_ui currently are failing to even install as rules is not there.

paul kim consulting’s picture

Why is there a rules dependency?

berdir’s picture

Status: Needs work » Needs review
berdir’s picture

Status: Needs review » Fixed

The testbot has the rules dependency now thanks to the test dependency file and the dependency rebuild. Should be fine to commit this now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.