CESNET / Netopeer-GUI

Graphical user interface for NETCONF client
MIT License
37 stars 9 forks source link

Bad description shown in Add child dialog #69

Closed cejkato2 closed 8 years ago

cejkato2 commented 9 years ago

Tried in Turing machine module: add child for turing-machine, insert row transition function -> delta -> input Input has 2 childen: state and symbol. Hint (description) for symbol is taken from description of symbol from output.

That means instead of "Symbol read from the tape cell." we can see "Symbol to be written to the tape cell. If this leaf is not present, the symbol doesn't change."

alexadavid commented 9 years ago

this problem occurs only in auto-generating required elements, no in manual addition

alexadavid commented 9 years ago

possible problem: https://github.com/CESNET/Netopeer-GUI/blob/master/src/FIT/NetopeerBundle/Models/XMLoperations.php#L1190-L1191

alexadavid commented 8 years ago

we are working on new version (developed in https://github.com/CESNET/Netopeer-GUI/tree/netopeerguid). This issue is not actual any more.