Skip to content
Snippets Groups Projects
Commit 41302e2a authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Release version 0.4.8

parent a245e15e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
HEAD
0.4.7.6 (Jul 2012)
0.4.8 (Jul 2012)
- Consolidation version
- Add a StoreModifier to handle the orderby directive
- Add a plugins pFormToolTip, pGridRowEditorDblClick, pGridExport,
......
......@@ -20,7 +20,7 @@ Ext.namespace('App');
/**
* @param {String} App.version version of the library
*/
App.version = '0.4.7.6';
App.version = '0.4.8';
/**
* Helper function mimicking the encode_field function running on the server
......
......@@ -2,6 +2,10 @@
* Plugin to add login capabilities to the viewport
* The ptype of this component is pViewportLogin.
*
* The URL:
* login → /application/admin
* Change pwd → /application/default/user/change_password
* Logout → /application/default/user/logout
* @extends Object
* @version
*
......@@ -46,7 +50,7 @@ App.ViewportLogin = Ext.extend(Object, {
menu:{
items: [{
disabled: inhibit_login,
href: "/"+App.name+"/default/user/login",
href: "/"+App.name+"/admin",
text: this.textLogin
}, '-', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment