-
Notifications
You must be signed in to change notification settings - Fork 759
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
HAproxy combos empty #2389
Comments
|
@Kali- can you try (on a console)?
|
|
this fix the issue |
|
@Kali- thanks for confirming! |
fichtner
pushed a commit
that referenced
this issue
May 4, 2018
…ther model section not yet loaded. Since e4d5daf9 we reuse our model object when not referring to another model, which may not yet been completely initialised when referring to a section further in the xml definition. Moving the load action to actionPostLoadingEvent() should assure we do have the related actions loaded. should fix #2389 (cherry picked from commit 8b5949e)
AdSchellevis
added a commit
to OPNids/core
that referenced
this issue
May 30, 2018
…ther model section not yet loaded. Since opnsense/core@e4d5daf9 we reuse our model object when not referring to another model, which may not yet been completely initialised when referring to a section further in the xml definition. Moving the load action to actionPostLoadingEvent() should assure we do have the related actions loaded. should fix opnsense/core#2389 (cherry picked from commit 8b5949e)
AdSchellevis
added a commit
to OPNids/core
that referenced
this issue
May 30, 2018
…ther model section not yet loaded. Since opnsense/core@e4d5daf9 we reuse our model object when not referring to another model, which may not yet been completely initialised when referring to a section further in the xml definition. Moving the load action to actionPostLoadingEvent() should assure we do have the related actions loaded. should fix opnsense/core#2389
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrade from 18.1.6 to .7 the combo which get selection from other entry are unavailable.
"Select Rules" and "Default Backend Pool" on Public and Servers on Backend Pool only show "none" as possible selection.
As nothing is changed on haproxy plugins i guess is a bug in core.
The text was updated successfully, but these errors were encountered: