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

Deleting a project in admin-dashboard #1094

Closed
SchoofLux opened this issue Nov 17, 2022 · 2 comments
Closed

Deleting a project in admin-dashboard #1094

SchoofLux opened this issue Nov 17, 2022 · 2 comments

Comments

@SchoofLux
Copy link

I’m still experiencing the same issue as #978. I cannot delete any project from the Admin dashboard.
I’m using docker which works perfectly otherwise.
Problem occurs with SESSION_COOKIE_SECURE set to True or False. No difference.

@almet
Copy link
Member

almet commented Nov 24, 2022

Thanks for opening an issue here :-) This needs some more investigation then !

almet added a commit that referenced this issue Dec 11, 2022
This was broken due to changes introduced to make project deletion more
secure. Rather than doing some complicated if branches, I decided this
dashboard stuff is probably better handled with separate routes instead.

So I've reintroduced a way to delete the projects without specifying the
project code (otherwise it's not possible for admins to do it).
@almet
Copy link
Member

almet commented Dec 11, 2022

Okay, this is due to the changes in how project deletion works (db98257).

Glandos pushed a commit that referenced this issue Jan 29, 2023
This was broken due to changes introduced to make project deletion more
secure. Rather than doing some complicated if branches, I decided this
dashboard stuff is probably better handled with separate routes instead.

So I've reintroduced a way to delete the projects without specifying the
project code (otherwise it's not possible for admins to do it).
TomRoussel pushed a commit to TomRoussel/ihatemoney that referenced this issue Mar 2, 2024
This was broken due to changes introduced to make project deletion more
secure. Rather than doing some complicated if branches, I decided this
dashboard stuff is probably better handled with separate routes instead.

So I've reintroduced a way to delete the projects without specifying the
project code (otherwise it's not possible for admins to do it).
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