- Issue created by @aman_lnwebworks
- Merge request !1Fix error in DbaConfigGenerator::generateConfigEntity() → (Merged) created by aman_lnwebworks
- Status changed to Needs review
7 months ago 10:11am 24 April 2024 - 🇮🇳India aman_lnwebworks
Hi @i-grou
I have created MR!1 for the above issue, please review it once.
Thank you !!
- First commit to issue fork.
- 🇷🇺Russia i-grou
Hi @aman_lnwebworks, thanks for the MR!
Looks like some entity doesn't provide any db table (weird). As it does not make sense to generate config without a table I've modified the DbaConfigGenerator::generateConfigEntity() to quit in such cases. Could you test it please before we merge the MR?
- 🇮🇳India aman_lnwebworks
Hi @i-grou
I checked your solution
if (!$table) {
return [];
}it's working fine, you can merge this.
Thank you !!
- 🇷🇺Russia i-grou
Great!
Have created the 1.0.x-dev release, so you can use it now. Will release 1.0.1 soon. - Status changed to Fixed
7 months ago 10:47am 24 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.