VandyVRC / srophe-eXist-app

eXist code for Syriaca.org: The Syriac Reference Portal
GNU General Public License v3.0
0 stars 1 forks source link

View in Mirador link #254

Closed millertg closed 1 year ago

millertg commented 1 year ago

@wsalesky The "view in Mirador" link for the watchtower is returning an error.

Screenshot 2023-09-19 at 3 30 40 PM
wsalesky commented 1 year ago

@millertg Interesting. I will see what I can do.

wsalesky commented 1 year ago

Fixed

wsalesky commented 1 year ago

Fixed, by adding to the controller (in the data app):

else
    (: everything else is passed through :)
    <dispatch xmlns="http://exist.sourceforge.net/NS/exist">
        <set-header name="Access-Control-Allow-Origin" value="*"/>
        <cache-control cache="yes"/>
    </dispatch>
millertg commented 1 year ago

@wsalesky Great! can we change the text to say "View annotations in Mirador"?

wsalesky commented 1 year ago

Done

millertg commented 1 year ago

🎊 Thank you!!