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

fix: sql-exception causes session-delete (back-button) #8

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

SeduroDotCom
Copy link
Contributor

No description provided.

@SeduroDotCom SeduroDotCom requested a review from nimaai June 12, 2024 09:01
@SeduroDotCom SeduroDotCom self-assigned this Jun 12, 2024
spec/features/meta_keys_spec.rb Show resolved Hide resolved
@@ -567,6 +567,9 @@ def meta_datum_types
expect(current_path).to eq(meta_key_path(meta_key))
expect(meta_key.meta_data.reload).to eq(meta_data)

visit meta_key_path("")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this work? normally one should pass the meta_key to this path helper.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, fnc only adds meta_key to url /admin/meta_keys/
Both scenarios have been tested with binding.pry - with/out fix

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replaced it by string-definition

@SeduroDotCom SeduroDotCom requested a review from nimaai June 12, 2024 12:42
@SeduroDotCom SeduroDotCom merged commit 37fb287 into master Jun 12, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants