-
Notifications
You must be signed in to change notification settings - Fork 25
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
The tab displayed when opening a detailed view seems to be random. #1394
Comments
I suspect that for an obscure reason, the last opened tab is stored somewhere. Maybe @Garfield-fr or @AoNoOokami have something to say. |
It should be stored, but as far as tested, the javascript function that does that disturbs the display of cover thumbnail. At least, when I comment the function, the cover thumbnail is displayed. That's why I think that it's not working properly and that this issue is related to #1396 |
* Fixes docker file to use a custom rero-ils-ui file. * Removes npm utils from the bootstrap script. * Removes angularjs translations extraction. * Moves all theme related files into a specific directory. * Removes all bundles files. * Removes useless INVENIO_SEARCH_UI configuration variables. * Includes the angular application with a custom manner: it does not make sense to use `invenio-assets` for an already optimized bundle. * Removes js to store the last visited html tab, closes rero#1394. * Removes angularjs dependency. * Use simple code to generate thumbnails in the document detailed view. * Reduces the docker image size by cleaning several cache files. Signed-off-by: Johnny Mariéthoz <[email protected]>
* Fixes docker file to use a custom rero-ils-ui file. * Removes npm utils from the bootstrap script. * Removes angularjs translations extraction. * Moves all theme related files into a specific directory. * Removes all bundles files. * Removes useless INVENIO_SEARCH_UI configuration variables. * Includes the angular application with a custom manner: it does not make sense to use `invenio-assets` for an already optimized bundle. * Removes js to store the last visited html tab, closes rero#1394. * Removes angularjs dependency. * Use simple code to generate thumbnails in the document detailed view. * Reduces the docker image size by cleaning several cache files. * Closes rero#713. Signed-off-by: Johnny Mariéthoz <[email protected]>
* Fixes docker file to use a custom rero-ils-ui file. * Removes npm utils from the bootstrap script. * Removes angularjs translations extraction. * Moves all theme related files into a specific directory. * Removes all bundles files. * Removes useless INVENIO_SEARCH_UI configuration variables. * Includes the angular application with a custom manner: it does not make sense to use `invenio-assets` for an already optimized bundle. * Removes js to store the last visited html tab, closes rero#1394. * Removes angularjs dependency. * Use simple code to generate thumbnails in the document detailed view. * Reduces the docker image size by cleaning several cache files. * Closes rero#713. Signed-off-by: Johnny Mariéthoz <[email protected]>
* Fixes docker file to use a custom rero-ils-ui file. * Removes npm utils from the bootstrap script. * Removes angularjs translations extraction. * Moves all theme related files into a specific directory. * Removes all bundles files. * Removes useless INVENIO_SEARCH_UI configuration variables. * Includes the angular application with a custom manner: it does not make sense to use `invenio-assets` for an already optimized bundle. * Removes js to store the last visited html tab, closes rero#1394. * Removes angularjs dependency. * Use simple code to generate thumbnails in the document detailed view. * Reduces the docker image size by cleaning several cache files. * Closes rero#713. Signed-off-by: Johnny Mariéthoz <[email protected]>
* Fixes docker file to use a custom rero-ils-ui file. * Removes npm utils from the bootstrap script. * Removes angularjs translations extraction. * Moves all theme related files into a specific directory. * Removes all bundles files. * Removes useless INVENIO_SEARCH_UI configuration variables. * Includes the angular application with a custom manner: it does not make sense to use `invenio-assets` for an already optimized bundle. * Removes js to store the last visited html tab, closes rero#1394. * Removes angularjs dependency. * Use simple code to generate thumbnails in the document detailed view. * Reduces the docker image size by cleaning several cache files. * Closes rero#713. Signed-off-by: Johnny Mariéthoz <[email protected]>
* Fixes docker file to use a custom rero-ils-ui file. * Removes npm utils from the bootstrap script. * Removes angularjs translations extraction. * Moves all theme related files into a specific directory. * Removes all bundles files. * Removes useless INVENIO_SEARCH_UI configuration variables. * Includes the angular application with a custom manner: it does not make sense to use `invenio-assets` for an already optimized bundle. * Removes js to store the last visited html tab, closes rero#1394. * Removes angularjs dependency. * Use simple code to generate thumbnails in the document detailed view. * Reduces the docker image size by cleaning several cache files. * Closes rero#713. Signed-off-by: Johnny Mariéthoz <[email protected]>
* Removes npm utils from the bootstrap script. * Removes angularjs translations extraction. * Moves all theme related files into a specific directory. * Removes all bundles files. * Removes useless INVENIO_SEARCH_UI configuration variables. * Includes the angular application with a custom manner: it does not make sense to use `invenio-assets` for an already optimized bundle. * Removes js to store the last visited html tab, closes rero#1394. * Removes angularjs dependency. * Use simple code to generate thumbnails in the document detailed view. * Reduces the docker image size by cleaning several cache files. * Closes rero#713. Signed-off-by: Johnny Mariéthoz <[email protected]>
* Removes npm utils from the bootstrap script. * Removes angularjs translations extraction. * Moves all theme related files into a specific directory. * Removes all bundles files. * Removes useless INVENIO_SEARCH_UI configuration variables. * Includes the angular application with a custom manner: it does not make sense to use `invenio-assets` for an already optimized bundle. * Removes js to store the last visited html tab, closes rero#1394. * Removes angularjs dependency. * Use simple code to generate thumbnails in the document detailed view. * Reduces the docker image size by cleaning several cache files. * Closes rero#713. Signed-off-by: Johnny Mariéthoz <[email protected]>
* Removes npm utils from the bootstrap script. * Removes angularjs translations extraction. * Moves all theme related files into a specific directory. * Removes all bundles files. * Removes useless INVENIO_SEARCH_UI configuration variables. * Includes the angular application with a custom manner: it does not make sense to use `invenio-assets` for an already optimized bundle. * Removes js to store the last visited html tab, closes #1394. * Removes angularjs dependency. * Use simple code to generate thumbnails in the document detailed view. * Reduces the docker image size by cleaning several cache files. * Closes #713. Signed-off-by: Johnny Mariéthoz <[email protected]>
How it works
In the public view, when opening a detailed view, we don't understand why a tab is opened rather than another.
Improvement suggestion
We should always land on the tab "Get".
Context
Proposed by pilot libraries
Tested on ils.test.rero.ch (v0.13.0)
The text was updated successfully, but these errors were encountered: