Project

General

Profile

action #70507

Updated by riafarov over 3 years ago

While implementing support for the YDateField and YTimeField widgets I have missed that value is not stored as `value` property and hence not provided by the libyui REST API. 

 So as of now, it's only possible to set values. 

 Server-side: https://github.com/libyui/libyui-rest-api 
 Client-side: https://github.com/qa-sle-yast/libyui_client 

 Scope of this ticket is implement this for both: server and client side. 

Back