Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
WE.SpreadsheetImport
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Labels
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
packages
WE.SpreadsheetImport
Commits
79dc5c5a
Commit
79dc5c5a
authored
Nov 01, 2016
by
Chhengleap Soem
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'KIME-4583' into 'master'
[IMP] Labels for mapping preview refs KIME-4583 See merge request
!12
parents
1a3fdbb7
3970ccf9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Classes/WE/SpreadsheetImport/FrontendMappingService.php
Classes/WE/SpreadsheetImport/FrontendMappingService.php
+1
-1
No files found.
Classes/WE/SpreadsheetImport/FrontendMappingService.php
View file @
79dc5c5a
...
...
@@ -106,7 +106,7 @@ class FrontendMappingService {
/** @var Mapping $mapping */
$mapping
=
$columnMapping
[
'mapping'
];
$getter
=
empty
(
$mapping
->
getter
)
?
'get'
.
ucfirst
(
$property
)
:
$mapping
->
getter
;
$preview
[
$property
]
=
$previewObject
->
$getter
(
);
$preview
[
$property
]
=
array
(
'value'
=>
$previewObject
->
$getter
(),
'mapping'
=>
$mapping
);
}
return
$preview
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment