Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-4510

using certain comment make reply/edit/delete buttons unusable

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Low
    • None
    • None
    • None
    • None

    Description

      Using the following comment in a stash pull requests make that comment's reply/edit/delete buttun unusable

      Comment:

      diff --git a/htdocs/app/design/frontend/base/default/template/customer/address/edit.phtml b/htdocs/app/design/frontend/base/default/te
      index caa8925..607cdbc 100644
      --- a/htdocs/app/design/frontend/base/default/template/customer/address/edit.phtml
      +++ b/htdocs/app/design/frontend/base/default/template/customer/address/edit.phtml
      @@ -73,7 +73,7 @@
               <h2 class="legend"><?php echo $this->__('Address') ?></h2>
               <ul class="form-list">
               <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
      -            <li class="wide">
      +            <li class="field">
                       <label for="street_1" class="required"><em>*</em><?php echo $this->__('Street Address') ?></label>
                       <div class="input-box">
                           <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet(1)) ?>" tit
      @@ -81,7 +81,8 @@
                   </li>
               <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
               <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
      -            <li class="wide">
      +            <li class="field">
      +                <label for="street_2" class="required"><em>*</em><?php echo $this->__('House number') ?></label>
                       <div class="input-box">
                           <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet($_i)) ?>" t
                       </div>
      
      

      Note how I am not using extra spaces for the markdown so the comment looks weird. See the screenshot.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ef303e9043af Pascal Brouwers
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: