Skip to content

Commit

Permalink
[apigee#487] Add reference to core issue in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
zakiya committed Oct 2, 2020
1 parent 9ca7afe commit 8130530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apigee_edge.module
Original file line number Diff line number Diff line change
Expand Up @@ -1788,6 +1788,7 @@ function apigee_edge_app_listing_page_title(): TranslatableMarkup {
*/
function apigee_edge_preprocess_fieldset(&$variables) {

// @todo This is a temporary fix for core issue #3174459.
if ($variables['required'] == true) {
if ($variables['attributes']['required']) {
unset($variables['attributes']['required']);
Expand Down

0 comments on commit 8130530

Please sign in to comment.