3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Remove step in farm areas tour that points out the "from" field.

This commit is contained in:
Michael Stenta 2018-02-02 15:40:26 -05:00
parent cb3b3a5bab
commit 3a88d747fa

View file

@ -31,7 +31,6 @@ function farm_tour_default_bootstrap_tour() {
{"path":"log\\/add\\/farm_activity","selector":"#edit-timestamp","placement":"right","title":"Time of movement","content":"All logs have a date... (when the movement occurred - or when it will occur)","content_text_format":"farm_format","rdf_mapping":[]},
{"path":"log\\/add\\/farm_activity","selector":"#edit-field-farm-asset","placement":"bottom","title":"Assets being moved","content":"... a list of assets that are being moved ...","content_text_format":"farm_format","rdf_mapping":[]},
{"path":"log\\/add\\/farm_activity","selector":"#edit-field-farm-movement-und-0-field-farm-move-to-und","placement":"bottom","title":"Where is the movement to?","content":"... a \\u0022Movement To\\u0022 field for recording where the assets are moving to. This is the important piece of information. It will be used to determine the location of assets elsewhere in farmOS.","content_text_format":"farm_format","rdf_mapping":[]},
{"path":"log\\/add\\/farm_activity","selector":"#edit-field-farm-movement-und-0-field-farm-move-from-und","placement":"bottom","title":"Where is the movement from?","content":"... and a \\u0022From\\u0022 field, which is optional - it will be filled automatically if you leave it blank (assuming the asset already has an older movement log that defines where it is) ...","content_text_format":"farm_format","rdf_mapping":[]},
{"path":"farm\\/areas","selector":"#navbar .menu .active","placement":"bottom","title":"Area Management","content":"That\\u0027s all there is to it! Now go map your farm!","content_text_format":"farm_format","rdf_mapping":[]}
]
}');