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
All Fields Readonly on Edit/Insert Screens #14934
Comments
|
@smartinec What error message are you getting? |
|
There is no error message. The fields are simply locked from editing. Notice the code in the developer tools window where it's set to readonly="readonly". Also notice how the Function column is missing all the drop-downs. I just tested in Firefox with the same result. Is there a config setting or internal error checking that would cause the screen to go into this mode? |
|
@smartinec Do you have the permissions to edit the table? |
|
Ok, here is what privileges looks like (I am logged in as "shaun"). It seems that phpMyAdmin is not properly detecting my wildcard DB privilege. Like I mentioned before, I can make inline edits, but it doesn't think I have permission on the edit page. I verified that if I login as "root", the edit page shows properly. This setup used to work in older versions of phpMyAdmin. |
|
@bahl24 Did you see my comment above? Any chance this will be addressed soon? |
|
@smartinec Sorry I must have missed it, I will try to resolve it. |
|
@smartinec I think I got it, the global privileges on |
|
In the picture your privileges are set to global which doesn't have edit
privileges.
|
|
@bahl24 I went back to version 4.0.10.20 and it works fine again. Database specific permissions should override global permissions. |
|
Ok, Iet me test and make a patch |
|
@smartinec I confirm the issue and have started working on it |
|
It looks like PMA isn't able to detect wildcard priv |
|
@bahl24 Maybe use If you can add a failing unit test to |
Fixed all fields readonly on Edit/Insert screens - Fix tests Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
Closed in #14993 |
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |









Unable to type in fields on the Edit and Insert screens (inline edits work fine).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ability to edit values.
Screenshots
Server configuration
Client configuration
Additional context
I'm guessing it may be some kind of config issue, but I couldn't find a setting to adjust.
The text was updated successfully, but these errors were encountered: