Bug #25
Remove objectclass display when creating database/overlay
| Status: | Closed | Start: | 16/07/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | - | Spent time: | - | |
| Target version: | 0.4 |
Description
As the objectclass cannot be modified, it is unpleasant to see them at the beginning of each creation page.
Associated revisions
Fix #25
History
Updated by Raphael Ouazana about 1 year ago
I finally found the root cause of this: linid-om/EntryCreator.java uses lindid-om/ConsoleEntryBeanEditor.tml. But this one does not test for currentAttributeDefinition.isShownAtCreation() in its first edit.attributeeditor.
A simple fix would be to duplicate ConsoleEntryBeanEditor.tml in EntryCreator.tml and add a test for shownAtCreation.
A more accurate fix would be to clean the mess up in ConsoleEntryBeanEditor. There are really too many tests.
Anyway most attributes are not shownAtCreation for the moment, so I don't commit anything.
Updated by Sebastien Bahloul about 1 year ago
- Assigned to changed from Sebastien Bahloul to Raphael Ouazana
Reassigning
Updated by Clément OUDOT 10 months ago
- Project changed from Directory Server to OpenLDAP Manager
- Target version deleted (
8)
Updated by Clément OUDOT 10 months ago
- Target version set to 0.4
Updated by Raphael Ouazana 4 months ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Fixed in r152.