Results 7 comments of Mina Gerges

yea, it has to be fixed and updated. Here is a manual fix: Here is a fix: 1. Open ../assets/components/packman/js 2. Edit (chunks.grid.js, plugins.grid.js, snippets.grid.js, templates.grid.js, tvs.grid.js, packages.grid.js) Under: function...

I guess this might be more related to your own implementation not Packman. Check 2.3 changes and modify your code accordingly.

**This works perfectly:** 1- Replace with below "assets/components/versionx/js/mgr/common/panel.content.js" ``` Ext.ns('VersionX.panel.Common'); VersionX.panel.Common.ContentPanel = function(config) { config = config || {}; Ext.apply(config,{ items: [{ layout: 'column', border: false, items: [{ columnWidth: 1,...

Add a permission VersionX_DeleteResourceVersion, VersionX_DeleteSnippetVersion etc. in addition of checking for MODx->hasPermission('delete_resource') etc

First we need to add 1 more feature request (Add option in VersionX tab or a property for Resource/element to be excluded from Versioning) What I meant about permissions: Check...

Sure. I will have access to that environment next week [On vacation on the country side at the moment ;) ] What i did was modifying index.php and rebuilt action.index.js...