{#/*********************************************************************************
* This file is part of Myddleware.
* @package Myddleware
* @copyright Copyright (C) 2013 - 2015 Stéphane Faure - CRMconsult EURL
* @copyright Copyright (C) 2015 - 2016 Stéphane Faure - Myddleware ltd - contact@myddleware.com
* @link http://www.myddleware.com
This file is part of Myddleware.
Myddleware is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Myddleware is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Myddleware. If not, see
|
{{ 'view_rule.title.rule' | trans }} |
|
|---|---|
| {{ 'view_rule.infos.active' | trans }} |
|
| {{ 'view_rule.infos.id' | trans }} | {{ rule.GetId }} |
| {{ 'view_rule.infos.name' | trans }} | {{ rule.GetName }} |
| {{ 'view_rule.infos.datecreated' | trans }} | {{ rule.GetDateCreated | date(app.user.dateFormat ~ " H:i:s", app.user.timezone) }} |
| {{ 'view_rule.infos.datemodified' | trans }} | {{ rule.GetDateModified | date(app.user.dateFormat ~ " H:i:s", app.user.timezone) }} |
| {{ 'view_rule.infos.mode' | trans }} | {{ params_suite.mode }} |
| {{ 'view_rule.infos.read_job_lock' | trans }} - {{rule.readJobLock}} | |
| {{ 'view_rule.infos.bidirectional' | trans }} | {{ params_suite.bidirectionalName }} |
| {{ 'view_rule.infos.duplicate_fields' | trans }} | {{ duplicate_target }} |
| {{ r.name }} | {{ r.value }} |
|
{{ 'solution.params.description' | trans }}
|
Read all description |
| {{ 'view_rule.title.connector' | trans }} | |||
|---|---|---|---|
|
|
||
| {{ 'view_rule.title.source' | trans }} | {{ 'view_rule.title.target' | trans }} | ||
| {{ connector.lbl_source }} | {{ connector.lbl_target }} | ||
| {{ 'view_rule.connector.module' | trans }} | {{ 'view_rule.connector.module' | trans }} | ||
| {{ rule.getModuleSource }} | {{ rule.getModuleTarget }} | ||
| {{ 'view_rule.go_connector' | trans }} | {{ 'view_rule.go_connector' | trans }} | ||
| {{ 'view_rule.infos.variables' | trans }} | ||
|---|---|---|
| {{ variable.name }} | {{ variable.value }} | No variable | {% endif %}
| {{ 'view_rule.infos.workflows' | trans }} | ||
|---|---|---|
| {{ 'view_rule.infos.name' | trans }} | {{ 'view_rule.infos.order' | trans }} | {{ 'view_rule.infos.status' | trans }} |
| {{ workflow.name }} | {{ workflow.order }} |
|
| No workflow | ||
| {{ 'view_rule.infos.workflow_create' | trans }} | ||
{{ 'help.viewrule.info' | trans | raw }}