Henri Bergius

Results 291 comments of Henri Bergius

We've tagged a new version last Tuesday. I'll update the website later

implementing this depends on bergie/VIE#114

This means removing the old enable/disable methods and replacing them with per-state methods, so that there is more flexibility in controlling each editing widget. One important thing is to ensure...

I think the issue is with the Stanbol instance we're using for the demo, like in bergie/VIE#145

@frega we could make it possible to make them optional, but generally collections are a quite important part of inline web editing.

@frega sure, that is why I agree in principle. But remember that Create has to support other CMSs as well :-)

Ping @radmiraal, this will also affect the Neos integration as they're using Storage with Notifications, but not the Create controller

This should be fixable by implementing the full range of state changes in property editors instead of just the old enable/disable.

Easy way to see the affected places in Drupal's Edit module: ``` $ git clone --recursive --branch 8.x-1.x http://git.drupal.org/project/edit.git $ egrep -rn "\(Create" edit ```