Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataMigration assigns a single discriminator value to multiple model types #2728

Closed
ghost opened this issue Mar 21, 2018 · 2 comments
Closed
Assignees

Comments

@ghost
Copy link

ghost commented Mar 21, 2018

The DataMigration TaskOutput discriminator values have duplicates on the following two lines:



The model hierarchy looks like this right now:

TaskOutput.MigrateSqlServerSqlDbTaskOutput.MigrateSqlServerSqlDbTaskOutputError: ErrorOutput
TaskOutput.MigrateSqlServerSqlMITaskOutput.MigrateSqlServerSqlMITaskOutputError: ErrorOutput

For a given discriminator name (such as TaskOutput.MigrateSqlServerSqlDbTaskOutput.MigrateSqlServerSqlDbTaskOutputError), all of the possible values (such as ErrorOutput) must be distinct.
Please change the discriminator values to DbErrorOutput and MIErrorOutput, or whatever values you prefer, as long as they are distinct.

@hitenjava
Copy link
Member

#2760 created to fix this.

@hitenjava
Copy link
Member

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant