Skip to content

Commit

Permalink
Fix camel case issue for field in export feed
Browse files Browse the repository at this point in the history
Fixes #4650
  • Loading branch information
CarolineDenis committed Mar 15, 2024
1 parent 04c35db commit 7da0909
Showing 1 changed file with 2 additions and 6 deletions.
Expand Up @@ -32,6 +32,7 @@ import { WebLinkEditor } from '../WebLinks/Editor';
import { webLinksSpec } from '../WebLinks/spec';
import { useCodeMirrorExtensions } from './EditorComponents';
import type { appResourceSubTypes } from './types';
import { RssExportFeedEditor } from '../ExportFeed';

export type AppResourceEditorType = 'generic' | 'json' | 'visual' | 'xml';

Expand Down Expand Up @@ -158,12 +159,7 @@ export const visualAppResourceEditors = f.store<
},
leafletLayers: undefined,
rssExportFeed: {
/**
** Disabled in https://github.com/specify/specify7/issues/4653
* needs to be enabled when fixing https://github.com/specify/specify7/issues/4650
* **
*/
// Visual: RssExportFeedEditor,
visual: RssExportFeedEditor,
xml: generateXmlEditor(exportFeedSpec),
},
expressSearchConfig: undefined,
Expand Down

0 comments on commit 7da0909

Please sign in to comment.