File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ * Added missing use statement to fix issue on datafordeler settings pages
11
+ ` pnumber_lookup ` , ` cvr_lookup ` and ` cpr_lookup ` .
12
+
10
13
## [ 2.0.3] 2025-01-24
11
14
12
15
* Fixing warning if foedselsdato not set.
Original file line number Diff line number Diff line change 5
5
use Drupal \Component \Plugin \PluginManagerInterface ;
6
6
use Drupal \Core \DependencyInjection \ContainerInjectionInterface ;
7
7
use Drupal \Core \StringTranslation \StringTranslationTrait ;
8
+ use Drupal \os2web_datalookup \Form \DataLookupPluginGroupSettingsForm ;
8
9
use Symfony \Component \DependencyInjection \ContainerInterface ;
9
10
use Symfony \Component \Routing \Route ;
10
11
You can’t perform that action at this time.
0 commit comments