|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (DIRSTUDIO-488) new context entry creation is not shown just after connectionnew context entry creation is not shown just after connection
------------------------------------------------------------- Key: DIRSTUDIO-488 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-488 Project: Directory Studio Issue Type: Bug Affects Versions: 1.4.0 Reporter: Emmanuel Lecharny Priority: Minor Fix For: 1.5.0 When connecting on a server, if one right click on the DIT, the menu offers to create a new entry, not a context entry. If one click on, say, rootDSE just after the connection, then right-click on the DIT, then the menu offers to create a context-entry. It seems that the state is not correctly updated after the connection, some initial action being necessary to be able to have the correct menu. A very minor problem though ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (DIRSTUDIO-488) new context entry creation is not shown just after connection[ https://issues.apache.org/jira/browse/DIRSTUDIO-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760216#action_12760216 ] Pierre-Arnaud Marcelot commented on DIRSTUDIO-488: -------------------------------------------------- It seems to be working fine for me... I'm getting the "New Context Entry" menu item when I right-click on the "Root DSE" and "DIT" nodes. I tried with an old connection but also with a freshly created connection. > new context entry creation is not shown just after connection > ------------------------------------------------------------- > > Key: DIRSTUDIO-488 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-488 > Project: Directory Studio > Issue Type: Bug > Affects Versions: 1.4.0 > Reporter: Emmanuel Lecharny > Priority: Minor > Fix For: 1.5.0 > > > When connecting on a server, if one right click on the DIT, the menu offers to create a new entry, not a context entry. If one click on, say, rootDSE just after the connection, then right-click on the DIT, then the menu offers to create a context-entry. > It seems that the state is not correctly updated after the connection, some initial action being necessary to be able to have the correct menu. > A very minor problem though ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (DIRSTUDIO-488) new context entry creation is not shown just after connection[ https://issues.apache.org/jira/browse/DIRSTUDIO-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763040#action_12763040 ] Stefan Seelmann commented on DIRSTUDIO-488: ------------------------------------------- I think this is intented behaviour: The "New Context Entry" is only shown if the RootDSE is selected. If another entry is selected then the "New Entry" menu item is visible. The cause is to avoid that the context menu becomes overfilled (maybe it alrady is). So the item toggles dependent on the selected entry. Maybe an option would be to reorganize the context menu and put all "New" actions into a "New >" sub-menu? New > New Entry New Context Entry New Search New Bookmark New Batch Operation We could keep the "New Entry" menu item at top level, as is may be used more frequently: New > New Context Entry New Search New Bookmark New Batch Operation New Entry > new context entry creation is not shown just after connection > ------------------------------------------------------------- > > Key: DIRSTUDIO-488 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-488 > Project: Directory Studio > Issue Type: Bug > Affects Versions: 1.4.0 > Reporter: Emmanuel Lecharny > Priority: Minor > Fix For: 1.5.0 > > > When connecting on a server, if one right click on the DIT, the menu offers to create a new entry, not a context entry. If one click on, say, rootDSE just after the connection, then right-click on the DIT, then the menu offers to create a context-entry. > It seems that the state is not correctly updated after the connection, some initial action being necessary to be able to have the correct menu. > A very minor problem though ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (DIRSTUDIO-488) new context entry creation is not shown just after connection[ https://issues.apache.org/jira/browse/DIRSTUDIO-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763048#action_12763048 ] Pierre-Arnaud Marcelot commented on DIRSTUDIO-488: -------------------------------------------------- I think that's a very good idea Stefan. I'd vote for your first option. New > New Entry New Context Entry New Search New Bookmark New Batch Operation > new context entry creation is not shown just after connection > ------------------------------------------------------------- > > Key: DIRSTUDIO-488 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-488 > Project: Directory Studio > Issue Type: Bug > Affects Versions: 1.4.0 > Reporter: Emmanuel Lecharny > Priority: Minor > Fix For: 1.5.0 > > > When connecting on a server, if one right click on the DIT, the menu offers to create a new entry, not a context entry. If one click on, say, rootDSE just after the connection, then right-click on the DIT, then the menu offers to create a context-entry. > It seems that the state is not correctly updated after the connection, some initial action being necessary to be able to have the correct menu. > A very minor problem though ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Resolved: (DIRSTUDIO-488) new context entry creation is not shown just after connection[ https://issues.apache.org/jira/browse/DIRSTUDIO-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seelmann resolved DIRSTUDIO-488. --------------------------------------- Resolution: Fixed Assignee: Stefan Seelmann Fixed in trunk: http://svn.apache.org/viewvc?rev=822918&view=rev Moved all "new" actions into a "New >" sub-menu. There are now two separate actions, one for "new entry" and one for "new context entry". > new context entry creation is not shown just after connection > ------------------------------------------------------------- > > Key: DIRSTUDIO-488 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-488 > Project: Directory Studio > Issue Type: Bug > Affects Versions: 1.4.0 > Reporter: Emmanuel Lecharny > Assignee: Stefan Seelmann > Priority: Minor > Fix For: 1.5.0 > > > When connecting on a server, if one right click on the DIT, the menu offers to create a new entry, not a context entry. If one click on, say, rootDSE just after the connection, then right-click on the DIT, then the menu offers to create a context-entry. > It seems that the state is not correctly updated after the connection, some initial action being necessary to be able to have the correct menu. > A very minor problem though ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (DIRSTUDIO-488) new context entry creation is not shown just after connection[ https://issues.apache.org/jira/browse/DIRSTUDIO-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSTUDIO-488: --------------------------------------------- Component/s: studio-ldapbrowser > new context entry creation is not shown just after connection > ------------------------------------------------------------- > > Key: DIRSTUDIO-488 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-488 > Project: Directory Studio > Issue Type: Bug > Components: studio-ldapbrowser > Affects Versions: 1.4.0 > Reporter: Emmanuel Lecharny > Assignee: Stefan Seelmann > Priority: Minor > Fix For: 1.5.0 > > > When connecting on a server, if one right click on the DIT, the menu offers to create a new entry, not a context entry. If one click on, say, rootDSE just after the connection, then right-click on the DIT, then the menu offers to create a context-entry. > It seems that the state is not correctly updated after the connection, some initial action being necessary to be able to have the correct menu. > A very minor problem though ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (DIRSTUDIO-488) New context entry creation is not shown just after connection[ https://issues.apache.org/jira/browse/DIRSTUDIO-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSTUDIO-488: --------------------------------------------- Summary: New context entry creation is not shown just after connection (was: new context entry creation is not shown just after connection) > New context entry creation is not shown just after connection > ------------------------------------------------------------- > > Key: DIRSTUDIO-488 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-488 > Project: Directory Studio > Issue Type: Bug > Components: studio-ldapbrowser > Affects Versions: 1.4.0 > Reporter: Emmanuel Lecharny > Assignee: Stefan Seelmann > Priority: Minor > Fix For: 1.5.0 > > > When connecting on a server, if one right click on the DIT, the menu offers to create a new entry, not a context entry. If one click on, say, rootDSE just after the connection, then right-click on the DIT, then the menu offers to create a context-entry. > It seems that the state is not correctly updated after the connection, some initial action being necessary to be able to have the correct menu. > A very minor problem though ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Closed: (DIRSTUDIO-488) New context entry creation is not shown just after connection[ https://issues.apache.org/jira/browse/DIRSTUDIO-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot closed DIRSTUDIO-488. -------------------------------------------- Apache Directory Studio version 1.5.0 has been released. > New context entry creation is not shown just after connection > ------------------------------------------------------------- > > Key: DIRSTUDIO-488 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-488 > Project: Directory Studio > Issue Type: Bug > Components: studio-ldapbrowser > Affects Versions: 1.4.0 > Reporter: Emmanuel Lecharny > Assignee: Stefan Seelmann > Priority: Minor > Fix For: 1.5.0 > > > When connecting on a server, if one right click on the DIT, the menu offers to create a new entry, not a context entry. If one click on, say, rootDSE just after the connection, then right-click on the DIT, then the menu offers to create a context-entry. > It seems that the state is not correctly updated after the connection, some initial action being necessary to be able to have the correct menu. > A very minor problem though ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
| Free embeddable forum powered by Nabble | Forum Help |