CommentFileSizeAuthor
#1 core-changes-2409855-1.patch10.26 KBBerdir
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Berdir’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
10.26 KB

- Link templates are paths again, and route name patterns are enforced
- config is immutable by default, $this->config() must be used in tests, or getEditable() from the config factory.
- pollAdd custom controller replaced with entity_form and defaults on the field definitions.
- Removed a strange old copy & paste error from aggregator module, created *is* a normal created field.
- this extended from draggable list builder, which extended from config list builder, that is now calling a method that does not exist on content entity storage. But we have no weight, so changed to extend from EntityListBuilder and cleaned up a bit.
- Definition of => Contains

Berdir’s picture

Status: Needs review » Fixed

Same, committed.

  • Berdir committed 3d22707 on 8.x-1.x
    Issue #2409855 by Berdir: Update for link template and immutable config...

Status: Fixed » Closed (fixed)

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