First part of the UI for file import (upload of csv file to the server)
This commit is contained in:
parent
965f30cea7
commit
6648028270
31 changed files with 672 additions and 51 deletions
|
@ -177,8 +177,8 @@ export default class CUD extends Component {
|
|||
stateOwner={this}
|
||||
visible={this.props.action === 'delete'}
|
||||
deleteUrl={`rest/send-configurations/${this.props.entity.id}`}
|
||||
cudUrl={`/send-configurations/${this.props.entity.id}/edit`}
|
||||
listUrl="/send-configurations"
|
||||
backUrl={`/send-configurations/${this.props.entity.id}/edit`}
|
||||
successUrl="/send-configurations"
|
||||
deletingMsg={t('Deleting send configuration ...')}
|
||||
deletedMsg={t('Send configuration deleted')}/>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue