Ticket #51 (closed defect: fixed)

Opened 7 months ago

Last modified 5 months ago

Add comment form to the bottom of the Countries page

Reported by: kehh Owned by: kehh
Priority: Milestone:
Component: standards-provider Version:
Keywords: Cc:

Description

For some reason the comment panel doesn't appear on the countries page even though it's defined using the same code as ranks and languages

Change History

Changed 7 months ago by kehh

  • status changed from new to assigned

Changed 5 months ago by kehh

This is not working because the nodes had comment disabled on import - this needs to be updated to enable comments. Finding out how

Changed 5 months ago by kehh

this can be fixed with the following sql query

update node set comment = 2;

Needs to be applied to quartz

Changed 5 months ago by kehh

  • status changed from assigned to closed
  • resolution set to fixed

query run on quartz and comment form now visible on http://gbif.myspecies.dev/country/AS

Note: See TracTickets for help on using tickets.