Closed sebastian-meyer closed 10 months ago
- The image manipulation tools are missing: (dfg-viewer issue?)
https://github.com/slub/dfg-viewer/pull/235 needs to be merged to DFG-Viewer before toolbox will work again.
slub/dfg-viewer#235 needs to be merged to DFG-Viewer before toolbox will work again.
Oh right, that was the same issue like the fulltext button.
Can anyone else reproduce this?
Did a quick test with the current state. All issues (except the toolbox) are still present for me.
Is this just me? Are some of them dfg-viewer related? Can you please verify this behaviour?!
System:
- TYPO3 v10.4.28-dev
- presentation master as of 23.10.23 (ef3d4585eed041baed9ef1912537559d44f1e295),
- dfg-viewer master as of 19.10.23 (https://github.com/slub/dfg-viewer/commit/2af0d45027c5892059fcbec3acacd2d9b0956d5a),
- slub_digitalcollections as of 17.04.23 (https://github.com/slub/slub_digitalcollections/commit/049e1a777701c2ae8c8e4093ee0ea89c884e512b) with following PRs merged: https://github.com/slub/slub_digitalcollections/pull/51 https://github.com/slub/slub_digitalcollections/pull/55 .
Not tested for TYPO3 v11.
* Everything search related is still not working. See my comment from [24 feb](https://github.com/kitodo/kitodo-presentation/pull/885#issuecomment-1443367080). Is it just me?
@BFallert may found a reason for this behaviour. There is a wrong call in https://github.com/slub/slub_digitalcollections/blob/master/Resources/Private/Plugins/SingleCollection/Templates/Show.html#L24 . I believe this was not updated after the pagination update in .presentation.
Changing widgetPage
to pagination
fixes the error partially:
But there is an other issue which we will be documenting asap.
After a bit more digging I found following. As you know there are two ways to set up your search pages:
Kitodo: Search
-element and referencing the page with the Kitodo: Pageview
-element (or DFG-Viewer) orKitodo: Search
-element and referencing the page with the Kitodo: List View
-element which then needs a reference to the Kitodo: Pageview
-elementI'm using the first "short" way. Which produces the -24 bis 0
-error. The second way not!
Looking bit deeper into it we found that there is the pagination
variable missing. As you can see in following debug dumps:
Second way:
First way:
In fact not only pagination
is missing, also paginator
, extendedSlotCount
and extendedFields
(there are more differences).
I believe that all the errors I reported have now been resolved. I will test again next week for TYPO3 v11, but then create separate issues.
@sebastian-meyer can be closed i think
Tests under TYPO3 v10 with our DFG-Viewer:
Everything search related is still not working. See my comment from 24 feb. Is it just me?
The thumbnail preview (gridpage) shows only the first 24 pages and has no option to load more pages: (dfg-viewer issue?) Short addition: On an other document the text part was partially linked. First 24 pages with working link for the next 24: but the next page had only a working link back: The two mentioned mets: https://digi.bib.uni-mannheim.de/fileadmin/vl/ubmaosi/59087/59087.xml and https://digi.bib.uni-mannheim.de/fileadmin/vl/ubmaosi/59088/59088.xml
In addition, the numbers 1 and 31 refer to the number of review pages. But are somehow incorrectly displayed / placed. For reference, how it currently looks (and should be looking):
The image manipulation tools are missing: (dfg-viewer issue?)
the same Metadata pairing/grouping issue described later
Tests under TYPO3 v11:
Originally posted by @csidirop in https://github.com/kitodo/kitodo-presentation/issues/885#issuecomment-1737628226