[global]
logbook tabs = 1
port = 8081
; on reste en anglais car les textes francais sont trop longs
;Language = french
Date format = %d/%m/%y %H:%M
Password file = passwords.txt
Login expiration = 24
Self register = 0
SMTP host = archie.gsi.synergie-inf.com
Suppress Email to users = 1
; attributs communs
Options Client = CE Astrium, Cofogar, Deco Ouest, GA, Mairie StO, RTS, Subra, Swap-Data
Extendable options = Client
[Routeurs]
Theme = default
Comment = Gestion des routeurs
Attributes = Author, Client, Equipment, Category, Summary
Preset Author = $short_name
Options Category = Modification, Update, Correction, Installation, Autre
Required Attributes = Client, Equipment, Category
Locked Attributes = Author
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Client, Equipment, Category
[Liste Routeurs]
Theme = default
Comment = Liste des routeurs
Attributes = Client, Equipment, EqType, HostName
Required Attributes = Client, Equipment, EqType
Options EqType = FWL1, FWL2, VPN1, VPN2
Page Title = Equipement - $Equipment
Quick filter = Client, EqType
Menu commands = Back, New, Edit, Delete, Find, Help
Summary lines = 6
[Problems]
Theme = default
Comment = Problemes et Knowledgebase
Attributes = Author, PbType, PbStatus, Priority, Client, Equipment, Description
Options PbType = Event, System, Applic, Other
Options PbStatus = Reported, Confirmed, Investigating, Testing, Solved, Suspended
Options Priority = 1 Critical, 2 Urgent, 3 Normal, 4 Background, 5 Low
Required Attributes = Author, PbType, PbStatus, Priority, Description
Quick Filter = Author, PbStatus, PbType
Locked Attributes = Author
Fixed Attributes Reply = PbType
Preset Author = $short_name
Display mode = threaded
Reverse Sort = 1
Quote On Reply = 0
[ProblemsA]
Theme = default
Comment = Problemes et Knowledgebase, single entry
Attributes = Author, PbType, PbStatus, Revisions, Priority, Client, Equipment, Description
Options PbType = Event, System, Applic, Other
Options PbStatus = Reported, Confirmed, Investigating, Testing, Solved, Suspended
Options Priority = 1 Critical, 2 Urgent, 3 Normal, 4 Background, 5 Low
Required Attributes = Author, PbType, PbStatus, Priority, Description
Quick Filter = Author, PbStatus, PbType
Locked Attributes = Author, Revisions
Fixed Attributes Reply = PbType
Preset Author = $short_name
Menu commands = Back, New, Edit, Delete, Find, Help
Reverse Sort = 1
Subst on Edit Revisions = $Revisions $date par $short_name
|
Hi,
I'm currently trying to setup a logbook which will contain process descriptions. One of the attributes will be the resists that are used. This could be more than one resist, hence I try to use MOptions but users should also be able to add materials to the selection list. When I write the following, I get some problems though:
Required Attributes = Name, Author, Resists
MOptions Resists = Nano Copolymer EL-10, S1813
Extendable options = Resists
If a user wants to add a resist, he gets a textbox to add the new resist (which will contain what was already toggled), but there is now way to select also other resists that are already available, without saving the post and than edit it again. Previously selected resists are deselected when a new resist is added (if the user had emptied the textbox) and one can not save the newly added attribute option without saving the whole entry.
Is there a nice way to implement this (am I overlooking an obvious solution), or is this not possible at all. I guess an ideal solution would be to get some sort of ok button when one adds an attribute option and after confirming the new value that one gets back to the checkboxes without exiting the edit mode.
Regards,
Michaël
PS: This is the complete config for this logbook:
Theme = default
Page Title = $logbook - $Name
Edit Page Title = $logbook
Comment = Photolithography Processes
Quick filter = Name, Resists
Preset Author = $long_name
Reverse sort = 1
Attributes = Name, Author, Resists
Sort Attributes = Resists, Name, Author
Required Attributes = Name, Author, Resists
MOptions Resists = Nano Copolymer EL-10, S1813
Extendable options = Resists
Sort Attribute Options Resists = 1
List display = Name, Author, Resists
|