Uploaded image for project: 'MusicBrainz Server'
  1. MusicBrainz Server
  2. MBS-7702

Reduce the duplication in link_* macros

XMLWordPrintable

      The various link_artist, link_area, link_editor etc. macros mostly do the same thing, but each has its own code. The common parts should be factored out.

      In addition, duplicate conditions such as

      '<span class="name-variation">' IF text != '' AND text != artist.name AND action == 'show';
      ...
      '</span>' IF text != '' AND text != artist.name AND action == 'show';
      

      are prone to errors (MBS-7684) and should be combined, too.

            chirlu Ulrich Klauer
            chirlu Ulrich Klauer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package
                2014-07-07