[
https://issues.apache.org/jira/browse/CLEREZZA-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829141#action_12829141
]
Reto Bachmann-Gmür commented on CLEREZZA-87:
--------------------------------------------
addUserContext checks to see if the context-node has already a user property,
however if this is the case the properties of the user noce are not transfered
to the existing object ot the user property.
I suggest
- if no existing user: add agent.getNode() as value of p:user user, add
agent.getGraph to node.getGraph
- if exsisting p:user property: let extUser be the value of the property and
add the triples of agent.getGraph to node.getGraph replacing every occurence of
agent.getNode with extUser
note: there are some unused imports in the file
> Menu should only have logout button if a suer is logged in
> ----------------------------------------------------------
>
> Key: CLEREZZA-87
> URL: https://issues.apache.org/jira/browse/CLEREZZA-87
> Project: Clerezza
> Issue Type: Task
> Reporter: Reto Bachmann-Gmür
> Assignee: Tsuyoshi Ito
>
> It would be nice if it woul show the username of the user logged-in and show
> a quick-login area (or a login button) if no user is logged in.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.