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

getAllPropertyNames ignores delim parameter if non-json #1400

Closed
Merudo opened this issue Mar 22, 2020 · 2 comments
Closed

getAllPropertyNames ignores delim parameter if non-json #1400

Merudo opened this issue Mar 22, 2020 · 2 comments
Assignees
Labels
bug macro changes This issue adds or changes macro functions. Extra work is required (testing, wiki, code editor) tested This issue has been QA tested by someone other than the developer.

Comments

@Merudo
Copy link
Member

Merudo commented Mar 22, 2020

Describe the bug
The function getAllPropertyNames ignores the delimiter parameter is it is something else than json, and instead use , as the delimiter.

To Reproduce
Steps to reproduce the behavior:

  1. type [getAllPropertyNames("Basic", "-")]
  2. observe how it returns the properties with , as the delimiter

MapTool Version
At least as far back as 1.4.0.5. Maybe always.

@Merudo
Copy link
Member Author

Merudo commented Mar 22, 2020

PR #1401 fixes this.

@Phergus Phergus added bug macro changes This issue adds or changes macro functions. Extra work is required (testing, wiki, code editor) labels Mar 22, 2020
@Phergus Phergus added the documentation needed Missing, out-of-date or bad documentation label Mar 22, 2020
@Phergus Phergus added tested This issue has been QA tested by someone other than the developer. and removed documentation needed Missing, out-of-date or bad documentation labels Mar 23, 2020
@Phergus
Copy link
Contributor

Phergus commented Mar 23, 2020

Tested. Wiki page updated.

@Phergus Phergus closed this as completed Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug macro changes This issue adds or changes macro functions. Extra work is required (testing, wiki, code editor) tested This issue has been QA tested by someone other than the developer.
Projects
None yet
Development

No branches or pull requests

2 participants