target lists field not importable
This commit is contained in:
@@ -131,6 +131,7 @@
|
||||
"layoutDetailDisabled": true,
|
||||
"layoutListDisabled": true,
|
||||
"layoutMassUpdateDisabled": true,
|
||||
"importDisabled": true,
|
||||
"noLoad": true
|
||||
},
|
||||
"targetList": {
|
||||
|
||||
@@ -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({
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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({
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user