mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Fix user defined outcome connections in Branching activities - fixes #5686
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Orchard.Workflows.Helpers {
|
||||
var query =
|
||||
from item in items
|
||||
let outcome = Encode(item)
|
||||
select "{label:'" + outcome + "', value:'" + outcome + "'}";
|
||||
select "{Id:'" + outcome + "', Label:'" + outcome + "'}";
|
||||
|
||||
var outcomes = String.Join(",", query);
|
||||
return outcomes;
|
||||
|
Reference in New Issue
Block a user