AKSW / OntoWiki

Semantic data wiki as well as Linked Data publishing engine
https://ontowiki.net
204 stars 51 forks source link

Delete Resource Menu Button Fix #361

Closed shinobu closed 8 years ago

shinobu commented 8 years ago

The Menu Button 'Delete Resource' now uses the same way to produce the delete URL as the Toolbar Delete button does.

This is most likely not like it was intended (the use of the OntoWiki_Url class should be the correct way), but i couldn't find the direct source for the error in the OntoWiki_Url Class

shinobu commented 8 years ago

This should fix the problem with the delete url.

But it's odd that the function for creating the delete button gets called more often than just once and the first call actually worked without the string cast, but the second one had problems with it that way

white-gecko commented 8 years ago

Sorry forgot to document this: