mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed bug when attributes got not fixed during preview
SVN revision: 2203
This commit is contained in:
parent
551822f80b
commit
dd6ac8b93c
@ -10096,9 +10096,9 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
rsprintf("</td>\n");
|
rsprintf("</td>\n");
|
||||||
|
|
||||||
/* if attribute cannot be changed, just display text */
|
/* if attribute cannot be changed, just display text */
|
||||||
if ((attr_flags[index] & AF_LOCKED) || ((bedit && !breedit && !bupload) && (attr_flags[index]
|
if ((attr_flags[index] & AF_LOCKED) ||
|
||||||
& AF_FIXED_EDIT))
|
(message_id && bedit && (attr_flags[index] & AF_FIXED_EDIT)) ||
|
||||||
|| (message_id && !bedit && (attr_flags[index] & AF_FIXED_REPLY))) {
|
(message_id && !bedit && (attr_flags[index] & AF_FIXED_REPLY))) {
|
||||||
|
|
||||||
if (attr_flags[index] & AF_DATE) {
|
if (attr_flags[index] & AF_DATE) {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user