Skip to content

Commit

Permalink
Remove API g3wsdk.core.workflow related to `g3w-client-plugin-editi…
Browse files Browse the repository at this point in the history
…ng` repository (#545)

* remove workflow files

- delete folder `src/app/core/workflow/`
- delete file: `src/services/workflows.js`
- delete API: `g3wsdk.workflow`

* Delete UserMessageSteps.js

* Remove locales workflow translation and move to g3w-client-plugin-editing

* Clean code

* remove empty object

* restore legacy tips (v3.4)

---------

Co-authored-by: volterra79 <[email protected]>
  • Loading branch information
Raruto and volterra79 authored Jan 23, 2024
1 parent a7782e5 commit 889e374
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 1,150 deletions.
14 changes: 0 additions & 14 deletions src/app/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ import PluginsRegistry from 'store/plugins';
import ProjectsRegistry from 'store/projects';
import RelationsService from 'services/relations';
import TaskService from 'services/tasks';
import WorkflowsStack from 'services/workflows';
import ApiService from 'services/api';
import RouterService from 'services/router';

Expand Down Expand Up @@ -147,10 +146,6 @@ const Filter = require('core/layers/filter/filter');
const Expression = require('core/layers/filter/expression');
const Plugin = require('core/plugin/plugin');
const PluginService = require('core/plugin/pluginservice');
const Task = require('core/workflow/task');
const Step = require('core/workflow/step');
const Flow = require('core/workflow/flow');
const Workflow = require('core/workflow/workflow');

/**
* GUI modules
Expand Down Expand Up @@ -307,8 +302,6 @@ const g3wsdk = {
WmsLayer,
XYZLayer,
MapLayer,
geometry: {
},
features: {
Feature,
FeaturesStore,
Expand All @@ -331,13 +324,6 @@ const g3wsdk = {
PluginsRegistry,
PluginService
},
workflow: {
Task,
Step,
Flow,
Workflow,
WorkflowsStack
},
input: {
inputService: {
handleFilterExpressionFormInput: FormService._getFilterExpression,
Expand Down
98 changes: 0 additions & 98 deletions src/app/core/workflow/flow.js

This file was deleted.

32 changes: 0 additions & 32 deletions src/app/core/workflow/queque.js

This file was deleted.

Loading

0 comments on commit 889e374

Please sign in to comment.