Skip to content
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

Exception during Executing Post callback: NullRefernceException #12

Closed
GNimrodG opened this issue Jun 22, 2019 · 2 comments
Closed

Exception during Executing Post callback: NullRefernceException #12

GNimrodG opened this issue Jun 22, 2019 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@GNimrodG
Copy link

if (MenuSubtitle.Contains("~") || (CounterPreText ?? "").Contains("~") || string.IsNullOrEmpty(MenuTitle))

image
If I create a menu without a subtitle and I put more than 10 MenuItems in it then I get this error constantly if I'm in that menu.

@TomGrobbe
Copy link
Owner

@GNG2017 Good find, never ran into this myself I guess because all my menus have subtitles. I’ll change it later, thank you!

@TomGrobbe TomGrobbe added bug Something isn't working good first issue Good for newcomers labels Jun 23, 2019
TomGrobbe added a commit that referenced this issue Jun 25, 2019
@TomGrobbe
Copy link
Owner

Should be fixed in referenced commit above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants