In manage display: One column layout. After changing the position of the field appears ajax progress throbber, and it's all.

Warning: array_intersect_key(): Argument #2 is not an array in Drupal\Core\Field\FormatterPluginManager->prepareConfiguration() (line 159 of \core\lib\Drupal\Core\Field\FormatterPluginManager.php).

Recoverable fatal error: Argument 1 passed to Drupal\Core\Config\Entity\ConfigEntityBase::calculatePluginDependencies() must implement interface Drupal\Component\Plugin\PluginInspectionInterface, null given, called in \core\lib\Drupal\Core\Config\Entity\ConfigEntityBase.php on line 363 and defined in Drupal\Core\Config\Entity\ConfigEntityBase->calculatePluginDependencies() (line 32 of \core\lib\Drupal\Core\Plugin\PluginDependencyTrait.php).

ajax.js
Uncaught AjaxError:
Путь: /admin/structure/types/manage/portfolio/display?ajax_form=1

Fatal error: Call to a member function getPluginDefinition() on null in \core\lib\Drupal\Core\Plugin\PluginDependencyTrait.php on line 33

I don't know whether it is important. Added Token field for Entity Node. The field contains plain text without tokens.
Sorry for my bad English.

Comments

Anonymous’s picture

Jon-Snow created an issue. See original summary.

aspilicious’s picture

Could you try to figure out which field is causing this?
For example if you remove your token field, is the problem solved?

aspilicious’s picture

And what version of DS and core are you running?

Anonymous’s picture

Drupal: 8.0.
Display Suite version: 8.x-2.0+14-dev

After uninstall of Display Suite everything is normal.
I will try to put later. I will try to reproduce the bug

aspilicious’s picture

Status: Active » Postponed (maintainer needs more info)

Any feedback?

aspilicious’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)
longtom’s picture

One thing i have found is the php setting max_input_vars may need bumped up. It defaults as 1000, and I double it or sometimes go higher. This is a problem with any large drag and drops. Generally, the symptom for this is that no error happens but the changes are not saved.