import-cli-simple icon indicating copy to clipboard operation
import-cli-simple copied to clipboard

GraphNavigator Error on Database Configuration

Open c-schwan opened this issue 5 years ago • 2 comments

/**
 * The DB password to use.
 *
 * @var string
 * @Type("string")
 * @Exclude(if="context.getDirection() === 1")
 */
protected $password;

will fail on the GraphNavigator because there is no expressionExclusionStrategy set.

c-schwan avatar Dec 16 '20 11:12 c-schwan

Commit in question: https://github.com/techdivision/import-configuration-jms/commit/69433bcedb0e6e9429b47c60dfd4a3cd471f28c6

Issue can be reproduced when a custom database configuration is supplied (e.g. with --custom-configuration-dir).

pathmissing avatar Dec 17 '20 12:12 pathmissing

Issue internally tracked as PAC-318.

pathmissing avatar Dec 17 '20 12:12 pathmissing