-
Notifications
You must be signed in to change notification settings - Fork 16
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
FieldHub: Project deletion interface #187
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add some tests to project_show_live_test.exs
for the new functionality.
@@ -42,6 +44,8 @@ defmodule FieldHubWeb.ProjectShowLive do | |||
|> assign(:project, project) | |||
|> assign(:current_user, user_name) | |||
|> assign(:new_password, "") | |||
|> assign(:confirm_project_name, "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe better named :repeated_project_name
?
|> put_flash(:error, msg) | ||
end | ||
|
||
IO.inspect(delete_files) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
No description provided.