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

Cannot delete a port from a watch list. #549

Open
dlangille opened this issue Mar 6, 2024 · 1 comment
Open

Cannot delete a port from a watch list. #549

dlangille opened this issue Mar 6, 2024 · 1 comment
Assignees

Comments

@dlangille
Copy link
Contributor

dlangille commented Mar 6, 2024

Visit https://dev.freshports.org/watch.php

Click on the glasses - icon to remove a port. It's still there. :)

EDIT: Oh wait, it seems to be a page refresh issue. Perhaps I need a cache-buster on that URL?

e.g. append '&cb=' . time();

@dlangille
Copy link
Contributor Author

A user can have multiple watch lists. A port can appear on zero or more of those lists.

The "remove" link appears if the port is on at least one watch list.

Perhaps the code needs to:

  • remove it from all watch lists?
  • remove it from that one watch list?
  • ask which watch lists you want to remove it from?

Each user can decide: "remove" or "ask".

Perhaps remove should mean:

  • remove it from all (seems wrong)
  • remove it if only on one list and ask if on more than one list

Screen Shot 2024-04-26 at 7 11 23 AM

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

1 participant