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

As wekan administrator, I want a search by team name on the /people page to show me the users on a team. #4510

Open
hesco opened this issue May 11, 2022 · 0 comments

Comments

@hesco
Copy link

hesco commented May 11, 2022

Issue

n/a

Server Setup Information

  • Did you test in newest Wekan?:

docker image: quay.io/wekanteam/wekan:v6.22

cards open as expected.

  • Operating System:

ubuntu 21.10

  • Deployment Method (Snap/Docker/Sandstorm/bundle/source):
wget -q https://raw.githubusercontent.com/wekan/wekan/master/docker-compose.yml -O docker-compose.yml.raw
grep -v '#' docker-compose.yml.raw \
        | sed "s,image: quay.io/wekan/wekan,image: quay.io/wekan/wekan:latest," \
        | sed "s,<mail_url>,$smtp_ip," \
        | sed "s,mydomain.com,${base_domain}," \
        | sed -e '/ports:/,+1d' \
        | sed '/environment:/a "      - NPM_CONFIG_PREFIX=~/.npm-global"' \
        | sed "/environment:/a '      - ROOT_URL=https://project.${base_domain}'" \
        | sed 's,^",,' \
        | sed "s,^',," \
        | sed 's,"$,,' \
        | sed "s,${base_domain}'$,${base_domain}," \
        > docker-compose.yml
docker-compose up &

That code is wrapped with other code which configures my haproxy container where I terminate ssl.

  • Http frontend if any (Caddy, Nginx, Apache, see config examples from Wekan GitHub wiki first):

node --stack-size=65500 /build/main.js

  • Node.js Version:
$ node --version
v14.19.2
  • MongoDB Version:

MongoDB version | 4.4.13

  • What webbrowser version are you using (Wekan should work on all modern browsers that support Javascript)?

firefox

Problem description

Reproduction Steps

My installation has now grown to 19 users and six teams using 14 boards, with more on the way. When I am creating a new team and managing the users on that team, it would be helpful to filter the /people view by a specific team.

Logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants