Issue #3465453 by Grimreaper, pdureau: Validation error with empty attribute object in link
Merge request reports
Activity
added 4 commits
-
c840ece9...92d71414 - 3 commits from branch
project:2.0.x
- 551d7b53 - Issue #3465453 by Grimreaper, pdureau: [2.0.0-beta1] Validation error with...
-
c840ece9...92d71414 - 3 commits from branch
188 189 // possible anymore because SDC will not validate it against the prop 189 190 // type schema. 190 191 $item["link_attributes"] = $options["attributes"]; 192 // Empty PHP arrays are converted in JSON arrays instead of JSON objects 193 // by json_encode(), so it is better to remove them. 191 194 if (empty($item['link_attributes'])) { 192 195 unset($item['link_attributes']); 196 return $items; changed this line in version 5 of the diff
added 4 commits
-
6fa30efe...66cd3dfe - 2 commits from branch
project:2.0.x
- a3b8ca38 - Issue #3465453 by Grimreaper, pdureau: [2.0.0-beta1] Validation error with...
- 4d9fee7e - A lil' update
-
6fa30efe...66cd3dfe - 2 commits from branch
added 1 commit
- e341f4bb - LinksPropType: merge attributes & link_attributes normalization
added 1 commit
- bcb14211 - LinksPropType: merge attributes & link_attributes normalization
added 1 commit
- 85544277 - LinksPropType: merge attributes & link_attributes normalization
added 9 commits
Toggle commit listadded 7 commits
Toggle commit listadded 1 commit
- d0e279cf - Stop tranforming attributes to array; improve link_attributes generation
added 8 commits
-
d0e279cf...2d6b275b - 2 commits from branch
project:2.0.x
- b2236c01 - Issue #3465453 by Grimreaper, pdureau: [2.0.0-beta1] Validation error with...
- 672ca194 - A lil' update
- ea86959d - LinksPropType: merge attributes & link_attributes normalization
- 3006ab86 - Init LinksPropTypeNormalizationTest
- 56a9125a - Add Steven's use case, with link_attributes
- 60423ca9 - Stop tranforming attributes to array; improve link_attributes generation
Toggle commit list-
d0e279cf...2d6b275b - 2 commits from branch
Please register or sign in to reply