Width of text field, posted by Edward Diehl on Tue Mar 22 18:28:03 2016
|
I use a elog which has a text field to show log entries: https://classis01.roma1.infn.it/elog/calib/ In the "Summary"
view there are only 3 lines of about 40 characters shown, so often the entry is cut off even though there is plenty of space in the text box for longer
lines. To see the full entry you must click on the ID number. Is there any way to configure the Text box to show longer lines? |
Re: Width of text field, posted by Andreas Luedeke on Wed Mar 23 11:40:52 2016
|
Did you try the options
Summary lines = x
Summary line length = x
as
documented in https://midas.psi.ch/elog/config.html#flags ? |
Re: URL, posted by Neal Grafton on Wed Mar 23 16:01:46 2016
|
OK thanks Stefan.
Thats another programming language I'll have to learn then. :-)
The Elog config I am just getting to grips with but Java and Scripts are a bit beyond me. |
Send email based on lookup of an attribute, posted by Rudy Taraschi on Thu Mar 31 16:31:45 2016
|
I'm trying to send an email based on an attribute, in other words, a lookup and not $user_email of the author.
For instance, if I set a an attribute "Assignee" with a valid user full name (i.e. John Smith), I'd like to look up John Smith's
|
Re: Preloading Options or Moptions from a text file or CSV, posted by Jimmy Bria on Fri Apr 1 18:45:01 2016
|
> Title says all :)
>
> Is it possible to preload Options or Moptions from a text file or CSV instead of being load from the elogd.conf ?
|
Read Validation, posted by Ed Strohak on Sat Apr 2 12:43:17 2016
|
I'm looking for config examples of a shift log book where operators have to check a box or select their name from a list to prove they
have read the latest entries in the log, can anyone help.
|
Re: Read Validation, posted by Stefan Ritt on Sat Apr 2 17:56:04 2016
|
Unfortunately a read confirmation is not foreseen in the Elog system. You would have to define one attribute for each shift worker, like "John has
read", "Steve has read" and so on. Then each of the shift workes has to "Edit" each message an check his/her checkmark manually.
Stefan |
Re: Read Validation, posted by David Pilgram on Sat Apr 2 21:21:04 2016
|
As a variant of what Stefan has suggested:
Perhaps a simple comment is set up as the pre-loaded reply - perhaps including date and time. Maybe include the author's name in the
comment, but all that is available anyway (see documentation for that). This bit isn't vital. |