mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-25 01:47:38 +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 */
|
/* rescan attributes if condition set */
|
||||||
if (_condition[0]) {
|
if (_condition[0]) {
|
||||||
n_attr = scan_attributes(lbs->name);
|
n_attr = scan_attributes(lbs->name);
|
||||||
if (breedit)
|
if (breedit || bupload)
|
||||||
attrib_from_param(n_attr, attrib);
|
attrib_from_param(n_attr, attrib);
|
||||||
|
|
||||||
/* now check again for conditional preset */
|
/* now check again for conditional preset */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user