Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

opEvents 2.4.3

published 3 April 2019

Features

  • Event Context and Node Context views have improved Event Actions and Node Event panel these panels that auto refresh.
  • Event Actions editor saves a draft on your current browsers browser’s local storage when you navigate away without saving, on . On return you can load the draft copy or discard it, .
    • This does not affect the EventActions.nmis on the server nmis  is not affected until you Save.
  • Table Schema Updates
    • Acknowledged By now shows if the event was system acknowledged in the table
    • Events group Addedadded
    • Location group Addedadded
  • Events can now have a operator changeable an editable event status.
    • This allows opEvents to be used as a light weight service desk
    • Enable the feature in opevents_event_status_enabled  => 'true' in opCommon.nmis
    • Default status value on event creation can be set by opevents_event_status_default_value opCommon.nmis
      • Default Undef
    • Values which the operator can select is are defined in opevents_event_status_values in opCommon.nmis
    • This is an array of hases hashes with the key being 'status'
    • If enabled or the event has the status property, a select box will be rendered in the event context panel
    • Event Action is generated when the event status is changed
  • Events on creation can be enriched by node data, . any value on the node can be copiedutilised
    • Which propities properties to copy are defined in opevents_event_copy_node_properties opCommon.nmis
    • Array of node keys
    • Default is group and locationThese values are indexed
  • Table schema now supports the property extra_css to define css classes for grid cells
  • Event Context, Context panel can now display any key value from the event
    • Use opevents_gui_event_context_summary_list in opCommon.nmis to define which keys from the event you wish to display

Bug Fixes

  • Fixed GUI performance issues affecting installs with installs that have a large amount of events

 

 

 

opEvents 2.4.2

This major release of opEvents introduces several new features and bugfixes, published 1 November 2018

...