freeipa / freeipa-webui

FreeIPA Web UI
GNU General Public License v3.0
23 stars 11 forks source link

use only Date in User object and convert to generalized time later #545

Closed pvoborni closed 3 weeks ago

pvoborni commented 4 weeks ago

based on PR: https://github.com/freeipa/freeipa-webui/pull/544

refactor: convert Date object to generalized time string in rpc

Make it possible to work directly with Date object in User properties and do conversion to generalized time in RPC module.

fix: use Data object in IpaCalendar

thus be able to set invalid date from DateTimeSelector and thus enable reset of invalid dates on user settings page.

fix: type issue in StagePreservedUsers