Avaiga / taipy

Turns Data and AI algorithms into production-ready web applications in no time.
https://www.taipy.io
Apache License 2.0
10.94k stars 775 forks source link

BUG - `CoreSection` init should not use default value #497

Closed jrobinAV closed 5 months ago

jrobinAV commented 9 months ago

Ok, but I get inspired from what is done in CoreSection: https://github.com/Avaiga/taipy-core/blob/develop/src/taipy/core/config/core_section.py#L100 which does pretty much the same...

_Originally posted by @gmarabout in https://github.com/Avaiga/taipy-enterprise/pull/265#discussion_r1406248345_

trgiangdo commented 9 months ago

The same snippet also exists in the JobSection. We need to fix both.

jrobinAV commented 5 months ago

Does it have an impact on enterprise package as well?

trgiangdo commented 5 months ago

It doesn't.

But since the PR #1035 has some refactoring on the Job config checker, there is an opening PR on enterprise that propagates the change.