[mythtv-commits] [MythTV/mythtv] 3e674a: webapp General Settings fix bug with save button

Peter Bennett noreply at github.com
Fri Jul 8 14:47:14 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 3e674a5d427811d53c63dc106ee8124363d46acc
      https://github.com/MythTV/mythtv/commit/3e674a5d427811d53c63dc106ee8124363d46acc
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2022-07-08 (Fri, 08 Jul 2022)

  Changed paths:
    M mythtv/html/backend/src/app/config/settings/general/backend-control/backend-control.component.html
    M mythtv/html/backend/src/app/config/settings/general/backend-control/backend-control.component.ts
    M mythtv/html/backend/src/app/config/settings/general/backend-wakeup/backend-wakeup.component.html
    M mythtv/html/backend/src/app/config/settings/general/backend-wakeup/backend-wakeup.component.ts
    M mythtv/html/backend/src/app/config/settings/general/eit-scanner/eit-scanner.component.html
    M mythtv/html/backend/src/app/config/settings/general/eit-scanner/eit-scanner.component.ts
    M mythtv/html/backend/src/app/config/settings/general/epg-downloading/epg-downloading.component.html
    M mythtv/html/backend/src/app/config/settings/general/epg-downloading/epg-downloading.component.ts
    M mythtv/html/backend/src/app/config/settings/general/host-address/host-address.component.html
    M mythtv/html/backend/src/app/config/settings/general/host-address/host-address.component.ts
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-backend/jobqueue-backend.component.html
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-backend/jobqueue-backend.component.ts
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-commands/jobqueue-commands.component.html
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-commands/jobqueue-commands.component.ts
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-global/jobqueue-global.component.html
    M mythtv/html/backend/src/app/config/settings/general/jobqueue-global/jobqueue-global.component.ts
    M mythtv/html/backend/src/app/config/settings/general/locale/locale.component.html
    M mythtv/html/backend/src/app/config/settings/general/locale/locale.component.ts
    M mythtv/html/backend/src/app/config/settings/general/misc-settings/misc-settings.component.ts
    M mythtv/html/backend/src/app/config/settings/general/shutdown-wakeup/shutdown-wakeup.component.html
    M mythtv/html/backend/src/app/config/settings/general/shutdown-wakeup/shutdown-wakeup.component.ts
    M mythtv/html/backend/src/app/services/setup.service.ts

  Log Message:
  -----------
  webapp General Settings fix bug with save button

If there is an error saving a page, an error message appears but the
save button was disabled. It should be enabled so you can hit it again
after restarting the backend or fixing your network connection. This
change re-enables the save button if there is an error saving.




More information about the mythtv-commits mailing list