Correct edited state case
This commit is contained in:
parent
6f35b4d1b1
commit
0e62120ecc
@ -252,7 +252,7 @@ sub edit {
|
|||||||
|
|
||||||
# Set the status of the edited recipe
|
# Set the status of the edited recipe
|
||||||
$self -> set_status($args -> {"previd"},
|
$self -> set_status($args -> {"previd"},
|
||||||
$self -> {"settings"} -> {"config"} -> {"Recipe:status:edited"} // "edited",
|
$self -> {"settings"} -> {"config"} -> {"Recipe:status:edited"} // "Edited",
|
||||||
$args -> {"updaterid"})
|
$args -> {"updaterid"})
|
||||||
or return undef;
|
or return undef;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user