Re: Comment <attr>/Tooltip <attr> not shown in detail view, posted by Stefan Ritt on Thu Feb 23 15:20:40 2006
|
Holger Mundhahs wrote: | I've defined a comment or a tooltip for an attribute.
But the text is only shown in NEW/EDIT/REPLY mode, not in detail view.
Is this a bug or how can I enable the text (especially Comment) in
this view? |
I added the tooltip display for the list and detail view. The code will be contained in the next release. |
list view mode remembert - Bug?, posted by Holger Mundhahs on Mon Feb 27 10:33:43 2006
|
As default http://<hostname>/<LOGBOOK> shows the Summary View.
Clicking in "Full" changes the URL to http://<hostname>/<LOGBOOK>/?mode=full.
But now the URL http://<hostname>/<LOGBOOK> show the Full view as default.
I think the URL without ?mode=... should show every time the same result,
regardless the view used before. Or maybe I can configure, which view I want to
see if I use the URL w/o ?mode=... The option to hide/show attachments is affected too.
Example:
Default view mode = 0 | 1 | 2 | 3
0 = remember last used (default)
1 = Summary
2 = Full
3 = Threaded
Default attachment mode = 0 | 1 | 2
0 = remember last used (default)
1 = Hide attachment
2 = Show Attachment |
Re: MOptions problem ?, posted by Alex H on Mon Feb 27 11:16:56 2006
|
[quote="Alex H"]Hi Stephan,
I have a unknown bug and need help :)!
First, please take a look to attached screenshot
On the "elog problem1.gif" and "elog problem2.gif" there aren't any problem.
The entry "Mairie STO" appears correct but when I try to edit the "Equipment" field, the list/combo shows
improper data.
I obtain "- please select -" instead of "RT0004"
What's the problem ?
Thanks a lot.[/quote]
UP! No idea :'( ? |
Re: MOptions problem ?, posted by Holger Mundhahs on Mon Feb 27 13:26:31 2006
|
Hello Alex,
can you please provide the following information:
- Which ELOG version do you use?
- From which logbook are the screenshots? (I assume it's Liste - right?)
I've tested your configuration with version V2.6.1-1663, and in my case it works.
I use your attribute block in GLOBAL section and the following logbook:
[DEMO]
Comment = TEST
Attributes = Admin, Client, Equipment
Extendable options = Client, Equipment
Regards
Holger
> [quote="Alex H"]Hi Stephan,
> I have a unknown bug and need help :)!
>
> First, please take a look to attached screenshot
> On the "elog problem1.gif" and "elog problem2.gif" there aren't any problem.
> The entry "Mairie STO" appears correct but when I try to edit the "Equipment" field, the list/combo shows
> improper data.
> I obtain "- please select -" instead of "RT0004"
> What's the problem ?
> Thanks a lot.[/quote]
>
> UP! No idea :'( ? |
Re: MOptions problem ?, posted by Alex H on Tue Feb 28 09:56:55 2006
|
Hi Holger,
> Which ELOG version do you use?
I'am using the version V2.6.1-1653 of Elog
> From which logbook are the screenshots? (I assume it's Liste - right?)
Right :)!
I've just seen that Stefan has build a V2.6.1-1663 version of ELOG.
I try to install this new version and gave you answer as soon as possible :)! |
Re: list view mode remembert - Bug?, posted by Stefan Ritt on Wed Mar 1 07:55:42 2006
|
> As default http://<hostname>/<LOGBOOK> shows the Summary View.
> Clicking in "Full" changes the URL to http://<hostname>/<LOGBOOK>/?mode=full.
> But now the URL http://<hostname>/<LOGBOOK> show the Full view as default.
> I think the URL without ?mode=... should show every time the same result,
> regardless the view used before. Or maybe I can configure, which view I want to
> see if I use the URL w/o ?mode=... The option to hide/show attachments is affected too.
Sure, that's a feature :D
It was requested by several people that the view mode is stored in a cookie. So if you switch modes, it should be
persistent. If I now add additional default flags, people will have hard time to understand what this is all
about, since there might then be conflicting settings between the flags and the cookies. So for what exact purpose
do you want what you requested? Why does it bother you that you have to click "Summary" again to get the summary
view? Of course you can delete the local cookies and get the default behaviour (they are named [b]elmode[/b] and
[b]elattach[/b]), but that might be a bit cumbersome. |
[SOLVED] Re: list view mode remembert - Bug?, posted by Holger Mundhahs on Wed Mar 1 12:27:36 2006
|
> > As default http://<hostname>/<LOGBOOK> shows the Summary View.
> > Clicking in "Full" changes the URL to http://<hostname>/<LOGBOOK>/?mode=full.
> > But now the URL http://<hostname>/<LOGBOOK> show the Full view as default.
> > I think the URL without ?mode=... should show every time the same result,
> > regardless the view used before. Or maybe I can configure, which view I want to
> > see if I use the URL w/o ?mode=... The option to hide/show attachments is affected too.
>
> Sure, that's a feature :D
>
> It was requested by several people that the view mode is stored in a cookie. So if you switch modes, it should be
> persistent. If I now add additional default flags, people will have hard time to understand what this is all
> about, since there might then be conflicting settings between the flags and the cookies. So for what exact purpose
> do you want what you requested? Why does it bother you that you have to click "Summary" again to get the summary
> view? Of course you can delete the local cookies and get the default behaviour (they are named [b]elmode[/b] and
> [b]elattach[/b]), but that might be a bit cumbersome.
Thank you for your explanation. My situation was, that I've played around with "Mode commands = 0". In normal case I
use the Summary view, but on one logbook I've changed it to Full before, and after setting the parameter I can't
revert it to Summary. But now I know how it works and can use it like intended.
Regards
Holger |
Wrong author when replying a reply, posted by Mads Jessen on Mon Mar 8 16:16:39 2010
|
When replying on a reply, the author is set to the author on the original reply? Othervice it workes great!
part of code:
...
Preset Author = $long_name
Locked Attributes = Author
Subst on reply author = $long_name
...
|