cancel
Showing results for 
Search instead for 
Did you mean: 

Changing external url value

mobang
Champ in-the-making
Champ in-the-making
Hi,

I'm searching for a way to change

http://server:8080/alfresco/navigate/showSpaceDetails/workspace/SpacesStore/

to

http://server:8080/alfresco/navigate/browse/workspace/SpacesStore/

in details view - external url.

Because we need an url that points to a space for integration in SAP.
We're using Alfresco 1.3.0 Community Edition.
Currently we have to change the value manual, not very user friendly.

I've searched the whole install dir of alfresco for files containing "showSpaceDetails"
to change that to "browse", but it seems to be somewhere else, where explorer can't find.

Any help (hint) is welcome

Ralf
2 REPLIES 2

kevinr
Star Contributor
Star Contributor
The URL is generated by the following class:

org.alfresco.web.bean.BaseDetailsBean

in the method:

getBookmarkUrl()

Currently to change this you will need to modify the source and rebuild Alfresco web-client and then either replace your WAR or patch your WAR file with the modified web-client JAR from the build. To do this you will need to download the Alfresco SDK package or grab the source and build files directly from our public SVN repository.

If you think this is a valid case for configuration of the app, feel free to raise a JIRA item for it.

Thanks,

Kevin

mobang
Champ in-the-making
Champ in-the-making
Hi Kevin,

thanks for your reply.

That's definitely to much work for me and the needed knowledge is missing too 😉
So I decided to raise an issue and maybe it's solved in 1.4 or later versions.

I read some articles in the forums where people asked for this kind of link and the only method is to rewrite the External Access URL.
So it's not only me who is affected by this.

Ralf