Projects STRLCPY opencti Commits 611c4076
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    opencti-platform/opencti-front/src/private/components/common/stix_core_relationships/StixCoreRelationshipCreationFromEntity.js
    skipped 959 lines
    960 960   handleReverseRelation: PropTypes.func,
    961 961   defaultStartTime: PropTypes.string,
    962 962   defaultStopTime: PropTypes.string,
     963 + isEntitiesView: PropTypes.bool,
     964 + entitiesViewPaginationKey: PropTypes.string,
    963 965  };
    964 966   
    965 967  export default R.compose(
    skipped 4 lines
  • ■ ■ ■ ■ ■ ■
    opencti-platform/opencti-front/src/private/components/observations/stix_cyber_observables/StixCoreObjectStixCyberObservables.js
    skipped 515 lines
    516 516   paginationOptions={paginationOptions}
    517 517   defaultStartTime={defaultStartTime}
    518 518   defaultStopTime={defaultStopTime}
     519 + connectionKey={
     520 + view === 'entities' ? 'Pagination_stixCyberObservables' : null
     521 + }
    519 522   />
    520 523   {!noRightBar && (
    521 524   <StixCyberObservablesRightBar
    skipped 29 lines
Please wait...
Page is in error, reload to recover