carp-dk / carp-dk/research.package

Extending RPCompletionStep breaking the Task's Back and Next visibility logic

Open
#169 0 comments 0 reactions 1 assignee Claimed by @jakdan99 View on GitHub
bug enhancement
Dominant language
Dart
Stars
52
Forks
47
Avg merge
5h 35m
Merged PRs (30d)
4

Description

Task.dart checks runtimeType which will be the actual implemented class and will not check inheritance
```dart
if (![RPCompletionStep, RPVisualConsentStep, RPConsentReviewStep]
.contains(_currentStep.runtimeType))
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.