Skip to content

Commit 6d4b627

Browse files
authored
Feat(User): add default_entity (#419)
* Feat(User): add default_entity * adapt CHANGELOG
1 parent 2a8ac46 commit 6d4b627

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Added
1111

1212
- Display max upload size
13+
- Add ```default_entity``` to ```User``` injection mapping
1314

1415
### Fixed
1516

inc/userinjection.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function getOptions($primary_type = '')
9999

100100
//Remove some options because some fields cannot be imported
101101
$blacklist = PluginDatainjectionCommonInjectionLib::getBlacklistedOptions(get_parent_class($this));
102-
$notimportable = [13, 14, 15, 17, 20, 23, 30, 31, 60, 61, 77, 91, 92, 93];
102+
$notimportable = [13, 14, 15, 17, 20, 23, 30, 31, 60, 61, 91, 92, 93];
103103

104104
$options['ignore_fields'] = array_merge($blacklist, $notimportable);
105105

0 commit comments

Comments
 (0)