Skip to content

Commit

Permalink
Merge pull request #4654 from specify/issue-4653
Browse files Browse the repository at this point in the history
Disable UI for export feed
  • Loading branch information
CarolineDenis committed Mar 14, 2024
2 parents e037bcc + ca757fc commit 2df7eff
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -19,7 +19,6 @@ import type {
SpAppResourceDir,
SpViewSetObj,
} from '../DataModel/types';
import { RssExportFeedEditor } from '../ExportFeed';
import { exportFeedSpec } from '../ExportFeed/spec';
import { DataObjectFormatter } from '../Formatters';
import { formattersSpec } from '../Formatters/spec';
Expand Down Expand Up @@ -159,7 +158,12 @@ export const visualAppResourceEditors = f.store<
},
leafletLayers: undefined,
rssExportFeed: {
visual: RssExportFeedEditor,
/**
** Disabled in https://github.com/specify/specify7/issues/4653
* needs to be enabled when fixing https://github.com/specify/specify7/issues/4650
* **
*/
// Visual: RssExportFeedEditor,
xml: generateXmlEditor(exportFeedSpec),
},
expressSearchConfig: undefined,
Expand Down

0 comments on commit 2df7eff

Please sign in to comment.