Problem

After the release of 8.0 the way configuration is managed has been changed. The like and dislike module takes care of adding the like field to entities so these fields shouldn't be in the exported configuration.

However, the like_and_dislike module adds these field as hidden by default: https://git.drupalcode.org/project/like_and_dislike/-/blob/8.x-1.x/like_...

Priority major because this is an oft and very visible feature.

Solution

It's probably difficult to make the like_and_dislike module change their way so we can implement an alter hook to make the default visibility for this field type visible. We can assume that if the field shouldn't be visible, like and dislike is probably not enabled for an entity/bundle.

Comments

Kingdutch created an issue. See original summary.

kingdutch’s picture

Title: Like and reply buttons have gone missing from posts and comments » Like buttons have gone missing from posts and comments

This issue should focus on the like button. The reply is another known issue resulting from a conflict with a new field group version.

kingdutch’s picture

Assigned: kingdutch » Unassigned
Status: Active » Needs review
ronaldtebrake’s picture

Status: Needs review » Fixed

will be in 8.3!

  • Kingdutch committed 0626294 on 8.x-9.x
    Issue #3127555 by Kingdutch, bramtenhove, ronaldtebrake: Like buttons...
  • ronaldtebrake authored 7c89163 on 8.x-9.x
    Merge pull request #1799 from goalgorilla/bugfix/3127555-like-button-...
  • Kingdutch committed b08ae44 on 8.x-9.x
    Issue #3127555 by Kingdutch, ronaldtebrake: fix weight of like button...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.