← Back to team overview

linux-traipu team mailing list archive

[Bug 802345] [NEW] many themes ignore 'UserJob' descriptions in the "Post Processing" editor window

 

Public bug reported:

I've setup a user Job and given it a name.

Many themes, including the 'MythCenter-wide' theme that I am using, are
configured to show a hard-coded 'label' for the User Job instead of the
configurable text one out of the settings table.

The schedule-ui.xml has:
        <textarea name="userjob1label" from="basetextarea">
            <area>300,448,450,30</area>
            <value>Run User Job #1</value>
        </textarea>

As per http://www.mythtv.org/wiki/Schedule-ui.xml#The_.22postproceditor.22_window
This should be:
        <textarea name="userjob1text" from="basetextarea">
            <area>300,448,450,30</area>
        </textarea>

That is, the textarea name should be "userjob1text" not "userjob1label",
and there is no need to supply a value.

** Affects: mythbuntu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/802345

Title:
  many themes ignore 'UserJob' descriptions in the "Post Processing"
  editor window

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  New

Bug description:
  I've setup a user Job and given it a name.

  Many themes, including the 'MythCenter-wide' theme that I am using,
  are configured to show a hard-coded 'label' for the User Job instead
  of the configurable text one out of the settings table.

  The schedule-ui.xml has:
          <textarea name="userjob1label" from="basetextarea">
              <area>300,448,450,30</area>
              <value>Run User Job #1</value>
          </textarea>

  As per http://www.mythtv.org/wiki/Schedule-ui.xml#The_.22postproceditor.22_window
  This should be:
          <textarea name="userjob1text" from="basetextarea">
              <area>300,448,450,30</area>
          </textarea>

  That is, the textarea name should be "userjob1text" not
  "userjob1label", and there is no need to supply a value.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/802345/+subscriptions


Follow ups

References