View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - [SOLVED] Notes - ProjeQtOr
 

[SOLVED] Notes

More
06 Feb 2019 17:41 #1 by Durou C
Notes was created by Durou C
Can we answer a note written by another user?
When I try, I can only answer the notes that I've created.

Please Log in or Create an account to join the conversation.

More
06 Feb 2019 18:01 #2 by Gautier
Replied by Gautier on topic Notes
Hello,
Indeed this is an anomaly.
Ticket #3842 created
Thank you.

Please Log in or Create an account to join the conversation.

More
06 Feb 2019 18:13 #3 by Gautier
Replied by Gautier on topic Notes
in view/objectDetail.php
line 3574

if ($note->idUser==$user->id and !$print and $canUpdate) {
echo ' <a onClick="addNote(true,'.htmlEncode($note->id).');" title="'.i18n('replyToThisNote').'" > '.formatSmallButton('Reply').'</a>';
echo ' <a onClick="editNote('.htmlEncode($note->id).','.htmlEncode($note->idPrivacy).');" title="'.i18n('editNote').'" > '.formatSmallButton('Edit').'</a>';
echo ' <a onClick="removeNote('.htmlEncode($note->id).');" title="'.i18n('removeNote').'" > '.formatSmallButton('Remove').'</a>';
}
to

if($obj->id!=null and !$print and $canUpdate){
echo ' <a onClick="addNote(true,'.htmlEncode($note->id).');" title="'.i18n('replyToThisNote').'" > '.formatSmallButton('Reply').'</a>';
}

if ($note->idUser==$user->id and !$print and $canUpdate) {
echo ' <a onClick="editNote('.htmlEncode($note->id).','.htmlEncode($note->idPrivacy).');" title="'.i18n('editNote').'" > '.formatSmallButton('Edit').'</a>';
echo ' <a onClick="removeNote('.htmlEncode($note->id).');" title="'.i18n('removeNote').'" > '.formatSmallButton('Remove').'</a>';
}
The following user(s) said Thank You: Durou C

Please Log in or Create an account to join the conversation.

More
06 Feb 2019 18:29 #4 by Durou C
Replied by Durou C on topic Notes
i'ts works great.

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.125 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.