kalessil / yii2inspections

MIT License
31 stars 3 forks source link

Multiple insert of same properties when project has more than one DB #35

Closed Insolita closed 5 years ago

Insolita commented 5 years ago

Seems properties are detected from databases (data-sources) that used in project. I have 4 data-sources with similar structure, local, testing,staging and production and each property inserted 4 times after apply "fix missing properties". It will be good if plugin will got ability to setup concrete db/connection

kalessil commented 5 years ago

Question: which properties do you mean (currently there is no DB integration at all)?

Insolita commented 5 years ago

Hmm, probably i confused with another plugin functional But how it detect missing properties ?

kalessil commented 5 years ago

I'm confused now, any chance to see a screenshot demonstrating the un-desired behaviour?

Insolita commented 5 years ago

Whoops, it related to yii2-support plugin

kalessil commented 5 years ago

Checked, that's coming from the Yii2 Support plugin by @nvlad