Show image.name fix#4540
Conversation
|
The first three commands from Chris's PR do not work on cowfish connected to eel-merge The constructed urls look like |
|
These are working for me (user-3)
This is not working:
NB: when using the obj.name, names need to be unique. |
|
Have now fixed the |
|
Works as expected. |
| except IncorrectMenuError: | ||
| pass | ||
| # Show parameter will be well-1|well-2 | ||
| show = request.REQUEST.get('show') |
There was a problem hiding this comment.
@aleksandra-tarkowska: is there a way to flag these e.g. in the Travis build?
There was a problem hiding this comment.
Possibly although using grep will not scale as you need to maintain a list of deprecated features/bugs. Browsing quickly, it might be possible long-term to pass a -Werror flag to python manage.py test which will fail on deprecation errors. This is not critical and might be easier to implement if we re-architecture the components but worth keeping in mind.
There was a problem hiding this comment.
write a flake check and use "# noqa" in the deprecated cases?
This fixes a lot of "show" functionality that was broken with the new jsTree in 5.2.x as noticed in #4534 (comment)
To test:
I will also add Robot tests to this PR...