Maria
Maria
@ShimShtein @jeremylenz What do you think of this solution? We resolved it in the plugin to load webpack on host load, and not when the compute resource changes but I...
@ShimShtein the issue comes where webpack loads a plugin after a user interaction, so host create page is loaded, all js is loaded, awaited components are all loaded, user selects...
because the dom looks like this: ``` loadPluginModule... ``` the component is going to be loaded imminently without waiting for the script to start, which means we cant check that...
cleaned up the solution and now it should be ready
@jeremylenz https://projects.theforeman.org/issues/37573 looks like an issue that happens since all js is loaded in a react page (Register Host) and then when a user navigates to hosts, useeffect adds `document.addEventListener('loadJS',...
yeah its used in some parts of the sync management (and maybe more, I didn't look after that). and I dont have capacity now to try to remove it from...
@jeremylenz Can we move jquery-ui to katello anyway? and makes plans to maybe refactor sync management later?
is anything else needed for this pr?
@m-bucher Thanks, added it: https://github.com/theforeman/foreman-packaging/pull/11004
@ianballou Rebased, and https://github.com/theforeman/foreman-packaging/pull/11416 was merged.