You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
In all doap.n3 files you only set authorLabel, but not author. The extension exconf tries to use author property in its list.phtml, but fails in doing so. Why? I am not sure yet. But it can't handle CubeViz's doap.n3 file for instance.
The problem is, that if you using CubeViz, you will run into an exception in the extension configuration view, for instance.
I created a small fix and will make a pull request.
The text was updated successfully, but these errors were encountered:
The issue with the doap.n3 file is, that is has 2 authorLabel entries, so you would need to change your "fix" to either let the owconfig accept multiple authorLabels, or you need to merge the two labels into one (e.g. like the hideproperties extension did it)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In all doap.n3 files you only set
authorLabel
, but notauthor
. The extension exconf tries to useauthor
property in its list.phtml, but fails in doing so. Why? I am not sure yet. But it can't handle CubeViz's doap.n3 file for instance.The problem is, that if you using CubeViz, you will run into an exception in the extension configuration view, for instance.
I created a small fix and will make a pull request.
The text was updated successfully, but these errors were encountered: