Skip to content

Commit

Permalink
feat/front: remove addResource button
Browse files Browse the repository at this point in the history
feat/front: fix e2e

feat/front: clean config

feat/front: clean config

feat/front: clean config
  • Loading branch information
JulienMattiussi committed Sep 7, 2023
1 parent d02f8ce commit 53f79d5
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 451 deletions.
2 changes: 0 additions & 2 deletions cypress/integration/model.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { teardown } from '../support/authentication';
import * as datasetImportPage from '../support/datasetImportPage';
import * as menu from '../support/menu';
import * as homePage from '../support/homePage';
import * as modelPage from '../support/modelPage';
import * as resourcePage from '../support/resourcePage';
import * as searchDrawer from '../support/searchDrawer';

describe('Model Page', () => {
Expand Down
44 changes: 0 additions & 44 deletions cypress/integration/resource.spec.js

This file was deleted.

32 changes: 0 additions & 32 deletions cypress/support/resourcePage.js

This file was deleted.

1 change: 0 additions & 1 deletion src/app/custom/translations.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@
"auto_generate_uri" "Leave empty to autogenerate URI" "Laisser vide pour générer automatiquement un URI"
"required" "Required" "Requis"
"invalid_uri" "Uri must either start with uid: or ark: or be a valid url" "Une Uri doit toujours commencer par uid: ou ark: ou doit être une URL valide"
"create_resource" "Add a new resource to the dataset" "Ajouter une nouvelle ressource"
"uri_conflict" "A document already exists with the same uri" "Un document existe déjà avec la même URI"
"supported_format_list" "List of supported file formats:" "Liste des formats de fichier supportés:"
"composed_of_fields" "Composed of %{fields}" "Composé de %{fields}"
Expand Down
2 changes: 0 additions & 2 deletions src/app/js/public/Routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { loadMenu } from './menu/reducer';
import { loadDisplayConfig } from './displayConfig/reducer';
import { fromMenu } from './selectors';
import scrollToTop from '../lib/scrollToTop';
import CreateResource from './resource/CreateResource';
import ScrollToTop from './ScrollToTop';
import Breadcrumb from './breadcrumb/Breadcrumb';
import { initializeLanguage } from '../i18n';
Expand Down Expand Up @@ -82,7 +81,6 @@ const Routes = props => {
component={CustomPage}
/>
))}
<Route path={notLogin} component={CreateResource} />
</>
</ConnectedRouter>
</App>
Expand Down
61 changes: 0 additions & 61 deletions src/app/js/public/resource/CreateResource.js

This file was deleted.

93 changes: 0 additions & 93 deletions src/app/js/public/resource/CreateResourceForm.js

This file was deleted.

66 changes: 0 additions & 66 deletions src/app/js/public/resource/CreateResourceForm.spec.js

This file was deleted.

Loading

0 comments on commit 53f79d5

Please sign in to comment.