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

Id not integer in the assigment/view route #43

Open
ilbassa opened this issue Aug 24, 2021 · 2 comments
Open

Id not integer in the assigment/view route #43

ilbassa opened this issue Aug 24, 2021 · 2 comments

Comments

@ilbassa
Copy link

ilbassa commented Aug 24, 2021

Hi, in our database we have a string primary key associated to users.
When trying to access to the route assignment/view?id=XYZ it catch an error because actionView(int $id) require an int as parameter...

How can we solve this without changing primary key type?

@ilbassa
Copy link
Author

ilbassa commented Aug 30, 2021

Same problem on other action across the entire extension. It's a blocking error because we have a string identifyer everywhere.

@danieldeloro
Copy link

Excuse me, you can solve the problem of when i trying to access to the route assigment/view?id=xyz page no found how can solve. It works fine with the firt user, but when i add another user they not work

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

No branches or pull requests

2 participants