waza-ari
  • Joined on 2023-11-16
waza-ari opened issue vikunja/vikunja#2234 2024-03-23 13:25:30 +00:00
List view should not assume default filter anymore
waza-ari opened issue vikunja/vikunja#2233 2024-03-23 13:13:22 +00:00
Field names are not correctly handled in view filters
waza-ari opened issue vikunja/vikunja#2232 2024-03-23 12:09:58 +00:00
Project view is not changed when currently selected view is deleted
waza-ari created pull request vikunja/vikunja#2201 2024-03-14 22:42:04 +00:00
docs: add details about supported and required OIDC claims
waza-ari created branch doc-add-oidc-claim-details in waza-ari/vikunja 2024-03-14 22:40:14 +00:00
waza-ari pushed to doc-add-oidc-claim-details at waza-ari/vikunja 2024-03-14 22:40:14 +00:00
2fa5bf454c docs: add details about supported and required OIDC claims
96186250f4 fix(filters): clear autocomplete results when starting the next character
6cf3a578c0 fix(filters): correctly replace values when clicking on an autocomplete result
c8b35d49ca fix(filters): correctly return project from filter
161bb1b192 fix(filters): do not watch debounced
Compare 10 commits »
waza-ari commented on issue vikunja/vikunja#2194 2024-03-14 12:39:22 +00:00
Label filtering feedback - some observed bugs

That makes a lot of sense and works wonderfully now, thanks again!

I'm really feeling sorry already, but found yet another one :(

On try, create the following saved filter:

project…
waza-ari commented on issue vikunja/vikunja#2194 2024-03-14 05:46:56 +00:00
Label filtering feedback - some observed bugs

Not sure if it helps, but when going through the database on my instance it looks like the project name is not substituted with the ID, its actually stored like this in database:

{"sort_by"…
waza-ari commented on issue vikunja/vikunja#2194 2024-03-13 20:05:48 +00:00
Label filtering feedback - some observed bugs

Hi, thanks, can confirm it works! Unfortunately found another one:

Try to create a Saved filter involving both a project and a label. On try for example:

  • Create Saved Filter
  • Select any…
waza-ari commented on issue vikunja/vikunja#2194 2024-03-12 22:40:24 +00:00
Label filtering feedback - some observed bugs

Hi, first of all, thank (again) for your work! Can confirm the first bug is fixed, the second one is sadly not fixed. It doesn't only affect projects containing the word "project". I managed to…

waza-ari reopened issue vikunja/vikunja#2194 2024-03-12 22:40:24 +00:00
Label filtering feedback - some observed bugs
waza-ari commented on issue vikunja/vikunja#2194 2024-03-12 20:34:27 +00:00
Label filtering feedback - some observed bugs

Something funky is a good description - I wasn’t able to reproduce it deterministic. It happens sometimes, even on the very same projects, but I haven’t been able to figure out which…

waza-ari commented on issue vikunja/vikunja#2194 2024-03-12 20:22:00 +00:00
Label filtering feedback - some observed bugs

Might be. Am on a business trip the next two weeks, not sure how much time I’ll have to investigate :(

waza-ari commented on issue vikunja/vikunja#2192 2024-03-12 08:03:26 +00:00
Kanban task entry focus transfer not smooth

Cannot reproduce on latest Firefox (on macOS and Ubuntu), neither in normal tab nor incognito tab. Any plugins / extensions you may have installed?

waza-ari opened issue vikunja/vikunja#2194 2024-03-11 17:34:44 +00:00
Label filtering feedback - some observed bugs
waza-ari commented on pull request vikunja/vikunja#2187 2024-03-10 21:12:37 +00:00
fix(teams): fix duplicate teams being shown when new public team visibility feature is enabled

@konrad I don't think the CI failure is caused by the change - could you trigger the failed job again please?

waza-ari commented on pull request vikunja/vikunja#2187 2024-03-10 17:51:36 +00:00
fix(teams): fix duplicate teams being shown when new public team visibility feature is enabled

I've been reading a bit and it looks like you're right. You don't even need select, you can call Distinct directly on the engine which is…

waza-ari pushed to fix-duplicate-teams-when-sharing at waza-ari/vikunja 2024-03-10 17:49:44 +00:00
7c5bca08ce fix: replace select with distinct instead of adding it
waza-ari commented on pull request vikunja/vikunja#2187 2024-03-10 15:52:08 +00:00
fix(teams): fix duplicate teams being shown when new public team visibility feature is enabled

With native SQL I'd completely agree with you. Not entirely sure why, but I compared the SQL command executed before and after the change:

Before:

SELECT teams.* FROM `teams` INNER JOIN
waza-ari commented on pull request vikunja/vikunja#2187 2024-03-10 15:42:59 +00:00
fix(teams): fix duplicate teams being shown when new public team visibility feature is enabled

How can I reproduce the bug you're describing?

You'll need two users and two teams at the very least:

Teams:

  • Team A
  • Team B

Users:

  • User A: Member of Team A and Team B -…