|
@@ -5,6 +5,12 @@ import makeArvadosRequest from 'make-arvados-request'; |
|
|
import arvadosObjectName from 'arvados-object-name';
|
|
|
import arvadosObjectName from 'arvados-object-name';
|
|
|
|
|
|
|
|
|
class WBLazyInlineName extends Component {
|
|
|
class WBLazyInlineName extends Component {
|
|
|
|
|
|
componentWillReceiveProps(nextProps) {
|
|
|
|
|
|
if (nextProps.identifier === this.props.identifier)
|
|
|
|
|
|
return;
|
|
|
|
|
|
this.setState({ item: null });
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
fetchData() {
|
|
|
fetchData() {
|
|
|
const { app, identifier } = this.props;
|
|
|
const { app, identifier } = this.props;
|
|
|
const { arvHost, arvToken } = app.state;
|
|
|
const { arvHost, arvToken } = app.state;
|
|
|