All work
- Please use full-name rather than user-idNMS-2175
- add multiple << >> scroll buttons to graph dashletNMS-2171
- Extra forward slash in post commandNMS-2169Resolved issue: NMS-2169Tarus Balog
- Make all monitors distributableNMS-2167
- convert graph properties files to xmlNMS-2165
- init scripts not createdNMS-2164Resolved issue: NMS-2164OpenNMS Bug Mailing List
- PageSequenceMonitor per-page latency metricsNMS-2160
- Allow manual configuration of the BaseUrlNMS-2158Resolved issue: NMS-2158OpenNMS Bug Mailing List
- Update outage model to include locationNMS-2157
- remote monitor packagingNMS-2151Resolved issue: NMS-2151OpenNMS Bug Mailing List
- remote monitor doesn't follow ifservice idNMS-2150
- Dashlet RefreshNMS-2148
- Remote monitor no longer recognizes disconnected stateNMS-2146Resolved issue: NMS-2146OpenNMS Bug Mailing List
- Logging settings are not read on startup when using jettyNMS-2145Resolved issue: NMS-2145OpenNMS Bug Mailing List
- nodelist gives a java.lang.NoSuchFieldError: deferredExpression errorNMS-2142Resolved issue: NMS-2142Benjamin Reed
- Feature Request: plugin structure for defining data convertersNMS-2141
- The Web User Interface Has Experienced an Unexpected ErrorNMS-2140Resolved issue: NMS-2140OpenNMS Bug Mailing List
- unexpected behavior on ip-management policy for capsdNMS-2139Resolved issue: NMS-2139
- Cannot Start OpenNms after upgradeNMS-2137Resolved issue: NMS-2137OpenNMS Bug Mailing List
- Add AJP Connector support to JettyNMS-2132Resolved issue: NMS-2132OpenNMS Bug Mailing List
- When removing the Test category, surveillance errors out.NMS-2131Resolved issue: NMS-2131OpenNMS Bug Mailing List
- WebUI errors clicking on minus signs in event logNMS-2127Resolved issue: NMS-2127
- Error in admin/Manage applicationsNMS-2124Resolved issue: NMS-2124OpenNMS Bug Mailing List
- capsd not weeding out multiple newsuspects with the same IPNMS-2122Resolved issue: NMS-2122OpenNMS Bug Mailing List
- HTTP collection does not respect multiple URLsNMS-2120Resolved issue: NMS-2120OpenNMS Bug Mailing List
- ip-like parameter is not supported by HttpPluginNMS-2119Resolved issue: NMS-2119OpenNMS Bug Mailing List
- Implement /etc/init.d/opennms reloadNMS-2118
- Request: Express Time Values as a String in Configuration FilesNMS-2115
- Improve Solaris PackagingNMS-2110Resolved issue: NMS-2110DJ Gregor
- Event list filter errorNMS-2106Resolved issue: NMS-2106OpenNMS Bug Mailing List
Please use full-name rather than user-id
Description
Environment
Acceptance / Success Criteria
Attachments
blocks
Lucidchart Diagrams
Activity
Marcel FuhrmannMay 14, 2018 at 7:15 PM
I've tested this behaviour in v21 and it's still existing. In group and on-call menu you only see the user ids.
Seth LegerDecember 8, 2014 at 5:57 PM
I investigated this during the recent UI work but the role code needs some refactoring before we can add more parameters to the model objects here. Leaving in backlog.
Patrick RamseyNovember 1, 2007 at 12:00 PM
Patch works for admin views but not for home/On-Call Schedule
Jeff GehlbachNovember 1, 2007 at 10:41 AM
Created an attachment (id=514)
Display full names in on-call role viewer
Applying this patch in the appropriate webapp root (OPENNMS_HOME/webapps/opennms or OPENNMS_HOME/jetty-webapps/opennms) will cause the on-call role viewer to display users' full names, with their short usernames as tooltips. This is the opposite of the current behavior.
Jeff GehlbachNovember 1, 2007 at 10:39 AM
I'm not sure that using full names throughout the webUI makes sense for all environments. It would be best, I think, if this behavior were configurable.
For the specific case of the on-call roles editor, you can change this behavior with a simple JSP edit below the appropriate webapp root (OPENNMS_HOME/webapps/opennms or OPENNMS_HOME/jetty-webapps/opennms), no recompiling or restarting needed. See attached patch.
Please use full-name rather than user-id in any place in the UI that displays users. ie. On call schedule, adding users to groups, etc...
>>>
Sounds like a possible support enhancement Bug issue we could raise pulling the full name?
On 10/31/07, Jeff Gehlbach < jeffg@opennms.org> wrote:
Hi!
On 31Oct , 2007, at 11:45 AM, Patrick Ramsey wrote:
> Anyone know if it is possible to have the on call listing pull from
> the full-name field rather than user-id?
> In our current environment, we use numbers for accounts...
I had the same problem ("Hey, who's hh9rh66 again?!") and added mouse-
over text to the usernames in the on-call editor interface in 1.3.2.
Hover over a username and you'll get the full name. You could flip-
flop the two (have the link be the full name and the hover text be
the username) without compiled code changes. Just edit admin/
userGroupView/roles/view.jsp.
-jeff
<<<