You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bournvita1998 opened this issue
Aug 19, 2019
· 0 comments
Assignees
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incomplete
- Fix export
- Fix split on . to have db and table
- Replace some $_REQUEST occurences
- Add translations to "add tables from another database" : "None" > strNone
- Refactor the ugly code that used globals to use an object "DesignerTable"
- Fix save a new added table
- Fix delete page items
- Fix more bugs
Fixes: #15446Fixes: #13370Fixes: #14945Closes: #15438
Signed-off-by: William Desportes <williamdes@wdes.fr>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Describe the bug
In the designer section, after we add a table from other databases, the tables are not collapsing when clicked on 'v' button on the table.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It's expected that the table should be collapsed when clicked 'v' and should be expanded when clicked '>'.
Screenshots
Tables in the red box couldn't be collapsed rght now.
The text was updated successfully, but these errors were encountered: