Skip to content

Commit 8428525

Browse files
authored
Refactor publish view controls and content table to viewlets (#133)
* Moved static folder -> browser/static * Moved resources viewlet class to viewlets package * Refactored publish view to viewlets * Webpack config * Removed senaite.app.listing * Changelog updated * Removed package include * Changelog updated * Changed layer interface * Removed i18n attributes
1 parent e246126 commit 8428525

File tree

1,726 files changed

+371
-217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,726 files changed

+371
-217
lines changed

docs/Changelog.rst

+1

src/senaite/impress/browser/__init__.py

Whitespace-only changes.
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<configure
2+
xmlns="http://namespaces.zope.org/zope"
3+
xmlns:plone="http://namespaces.plone.org/plone"
4+
xmlns:browser="http://namespaces.zope.org/browser">
5+
6+
<include package=".viewlets" />
7+
8+
<!-- Static directory for js, css and image resources -->
9+
<plone:static
10+
directory="static"
11+
type="plone"
12+
name="senaite.impress.static"
13+
/>
14+
15+
</configure>

0 commit comments

Comments
 (0)