--- a/src/pyams_content/component/paragraph/zmi/container.py Thu Jun 14 09:12:44 2018 +0200
+++ b/src/pyams_content/component/paragraph/zmi/container.py Thu Jun 14 09:16:23 2018 +0200
@@ -101,7 +101,6 @@
def data_attributes(self):
attributes = super(ParagraphContainerBaseTable, self).data_attributes
attributes.setdefault('table', {}).update({
- 'id': self.id,
'data-ams-plugins': 'pyams_content',
'data-ams-plugin-pyams_content-src': get_resource_path(pyams_content),
'data-ams-location': absolute_url(IParagraphContainer(self.context), self.request),