Only allot to filter for "creator is equal to me (user id)" not name
Open
@enjeck is already working on this.
Since Feb 8, 2025.
0. Needs triage
bug
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
We had a case where a view was not working because it was created with a filter for the creator to be equal to the user name.
This check does not make sense as the creator is always a user id, so we should not allow this in the frontend:
@enjeck This is something that @peterwebdesign reported via chat, just wanted to have it quickly filed
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.