Opened 5 years ago

Closed 5 years ago

#1898 closed defect (fixed)

displayOptions and configOptions should be served to 2.1 clients as attributes, not nodes

Reported by: simon Owned by: dstillman
Priority: critical Milestone:
Component: repository Version: 1.0
Keywords: Cc:

Description

RDF is currently broken for 2.1 clients because I pushed a new translator, and while 3.0 clients look for configOptions/displayOptions tags, 2.1 clients look for attributes, which aren't being served. We should probably just serve both for now.

Change History (2)

comment:1 Changed 5 years ago by simon

It looks like this is my fault for not merging r8879

comment:2 Changed 5 years ago by dstillman

  • Resolution set to fixed
  • Status changed from new to closed

In [10675]:

Closes #1898, displayOptions and configOptions should be served to 2.1 clients as attributes, not nodes

Also remove 10-translator limit on post-commit updates (pushed to live previously)

Note: See TracTickets for help on using tickets.