target lists field not importable

This commit is contained in:
yuri
2015-10-12 10:43:50 +03:00
parent 9888ec8a6f
commit 1cd2d6b35e
6 changed files with 11 additions and 8 deletions
@@ -131,6 +131,7 @@
"layoutDetailDisabled": true,
"layoutListDisabled": true,
"layoutMassUpdateDisabled": true,
"importDisabled": true,
"noLoad": true
},
"targetList": {
+1 -1
View File
@@ -19,7 +19,7 @@
* along with EspoCRM. If not, see http://www.gnu.org/licenses/.
************************************************************************/
Espo.define('Views.Import.Detail', 'Views.Detail', function (Dep) {
Espo.define('views/import/detail', 'views/detail', function (Dep) {
return Dep.extend({
+2 -2
View File
@@ -18,11 +18,11 @@
* You should have received a copy of the GNU General Public License
* along with EspoCRM. If not, see http://www.gnu.org/licenses/.
************************************************************************/
Espo.define('Views.Import.Index', 'View', function (Dep) {
Espo.define('views/import/index', 'view', function (Dep) {
return Dep.extend({
template: 'import.index',
template: 'import/index',
data: function () {
return {
+1 -1
View File
@@ -19,7 +19,7 @@
* along with EspoCRM. If not, see http://www.gnu.org/licenses/.
************************************************************************/
Espo.define('Views.Import.List', 'Views.List', function (Dep) {
Espo.define('views/import/list', 'views/list', function (Dep) {
return Dep.extend({
+3 -2
View File
@@ -18,11 +18,12 @@
* You should have received a copy of the GNU General Public License
* along with EspoCRM. If not, see http://www.gnu.org/licenses/.
************************************************************************/
Espo.define('Views.Import.Step1', 'View', function (Dep) {
Espo.define('views/import/step1', 'view', function (Dep) {
return Dep.extend({
template: 'import.step-1',
template: 'import/step-1',
events: {
'change #import-file': function (e) {
+3 -2
View File
@@ -18,11 +18,12 @@
* You should have received a copy of the GNU General Public License
* along with EspoCRM. If not, see http://www.gnu.org/licenses/.
************************************************************************/
Espo.define('Views.Import.Step2', 'View', function (Dep) {
Espo.define('views/import/step2', 'view', function (Dep) {
return Dep.extend({
template: 'import.step-2',
template: 'import/step-2',
events: {
'click button[data-action="back"]': function () {