Skip to content

Commit

Permalink
gluon-config-mode-contact-info: better message if contact field is empty
Browse files Browse the repository at this point in the history
Iif you don't enter a contact in config mode and `obligatory` is set to `true` you get a warning

> Ein oder mehr benötigte Felder sind nicht korrekt ausgefüllt!

siehe freifunk-kiel/ffki-packages#2

besser wäre hier 

> Du hast keine Kontaktmöglichkeit angegeben! Wenn du deinen Knoten absolut anonym betreiben willst, kannst du hier ein Leerzeichen eingeben. Bitte teilte uns dann auf anderem Wege mit, wie wir dich erreichen könnten falls wegen deines Knotens ein Problem bestehen sollte.
  • Loading branch information
rubo77 authored Oct 20, 2016
1 parent 9aa31f1 commit bafdefa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ end

function M.handle(data)
if data._contact ~= nil then
# TODO: better warning message here
uci:set("gluon-node-info", uci:get_first("gluon-node-info", "owner"), "contact", data._contact)
else
uci:delete("gluon-node-info", uci:get_first("gluon-node-info", "owner"), "contact")
Expand Down

0 comments on commit bafdefa

Please sign in to comment.