mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed bug with MOptions under conditions and upload
SVN revision: 1865
This commit is contained in:
parent
50e210d481
commit
0784d6e607
@ -8871,7 +8871,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
||||
/* rescan attributes if condition set */
|
||||
if (_condition[0]) {
|
||||
n_attr = scan_attributes(lbs->name);
|
||||
if (breedit)
|
||||
if (breedit || bupload)
|
||||
attrib_from_param(n_attr, attrib);
|
||||
|
||||
/* now check again for conditional preset */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user