1
0
Fork 0

Ensure content exists before adding it

Dieser Commit ist enthalten in:
Angus McLeod 2020-04-19 16:06:45 +10:00
Ursprung 02c6096395
Commit 20ca39bf2a

Datei anzeigen

@ -256,8 +256,8 @@ class CustomWizard::Builder
with_type: true
}
).perform
if content[:type] == 'association'
if content && content[:type] == 'association'
content[:result] = content[:result].map do |item|
{
id: item[:key],