Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-48136

Multiple accepted answers on a single question

    XMLWordPrintable

Details

    Description

      NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report.

      This question ( https://extranet.atlassian.com/questions/2183659631/how-can-we-balance-attention-to-detail-and-good-design-with-the-reality-of-shipping ) has multiple accepted answers.

      /* QUESTION properties */
      extranet_prod_db=> SELECT * FROM contentproperties WHERE contentid = 2183659631;
       propertyid | propertyname | stringval |  longval   | dateval | contentid
      ------------+--------------+-----------+------------+---------+------------
       2185461869 | accepted     |           | 2185070001 |         | 2183659631
       2187624976 | upvotes      |           |          1 |         | 2183659631
       2187624977 | downvotes    |           |          0 |         | 2183659631
       2187624978 | total        |           |          1 |         | 2183659631
      (4 rows)
      
      /* Accepted ANSWER properties */
      extranet_prod_db=> SELECT * FROM contentproperties WHERE contentid = 2185070001;
       propertyid | propertyname | stringval | longval | dateval | contentid
      ------------+--------------+-----------+---------+---------+------------
       2185461870 | accepted     |           |       1 |         | 2185070001
       2187624973 | upvotes      |           |       5 |         | 2185070001
       2187624974 | downvotes    |           |       0 |         | 2185070001
       2187624975 | total        |           |       5 |         | 2185070001
      (4 rows)
      
      /* Other Answer properties */
      extranet_prod_db=> SELECT * FROM contentproperties WHERE contentid = 2183661215;
       propertyid | propertyname | stringval | longval | dateval | contentid
      ------------+--------------+-----------+---------+---------+------------
       2187624737 | upvotes      |           |       5 |         | 2183661215
       2187624738 | downvotes    |           |       0 |         | 2183661215
       2187624739 | total        |           |       5 |         | 2183661215
       2184052880 | accepted     |           |       1 |         | 2183661215
      (4 rows)
      

      Attachments

        Issue Links

          Activity

            People

              drichard David Richard (Inactive)
              jhoarau Julien Michel Hoarau (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: