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

Read 'comment' layer's field property #607

Open
1 task done
wlorenzetti opened this issue Sep 28, 2023 · 0 comments · May be fixed by #608
Open
1 task done

Read 'comment' layer's field property #607

wlorenzetti opened this issue Sep 28, 2023 · 0 comments · May be fixed by #608
Assignees
Labels
feature New feature or request
Milestone

Comments

@wlorenzetti
Copy link
Member

wlorenzetti commented Sep 28, 2023

Checklist

  • I've searched through the current issues to make sure this feature hasn't been requested already.

Motivation

Read the 'comment' property of a layer's fiend and add as 'help' property to vector /api/config REST API.

Screenshot_20230928_103947

Suggested solution

Add property help to /api/config vector REST API:

I.e.:

...
},
            {
                "name": "scalerank",
                "type": "float",
                "label": "scalerank",
                "editable": true,
                "validate": {},
                "pk": false,
                "default": "",
                "input": {
                    "type": "float",
                    "options": {}
                },
                "help": "Rank of extention"
            },
{
...

Alternatives considered

No response

@wlorenzetti wlorenzetti added the feature New feature or request label Sep 28, 2023
@wlorenzetti wlorenzetti added this to the v3.7 milestone Sep 28, 2023
@wlorenzetti wlorenzetti self-assigned this Sep 28, 2023
@wlorenzetti wlorenzetti modified the milestones: v3.7, v3.8 Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant