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

Review error handling in AdminDynamicFieldSet #2812

Closed
stefanhaerter opened this issue Jan 11, 2024 · 1 comment
Closed

Review error handling in AdminDynamicFieldSet #2812

stefanhaerter opened this issue Jan 11, 2024 · 1 comment
Labels
bug Something isn't working as intended
Milestone

Comments

@stefanhaerter
Copy link
Contributor

When producing an error (and therefor a page reloading with previous data), Kernel/Modules/AdminDynamicFieldSet malforms the included dynamic field string from, in my example:

---
- DF: Computer-NICSubPrimaryAttribute
- DF: Computer-NICIPoverDHCP
- DF: Computer-NICIPAddress
- DF: CICIReference

to

--- "---\r\n- DF: Computer-NICSubPrimaryAttribute\r\n- DF: Computer-NICIPoverDHCP\r\n-
  DF: Computer-NICIPAddress\r\n- DF: CICIReference"
@stefanhaerter
Copy link
Contributor Author

Closed with merging #2816

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

No branches or pull requests

1 participant