Skip to content
Snippets Groups Projects

Resolve #3494672 "Make all enabled"

Merged Adam G-H requested to merge issue/project_browser-3494672:3494672-make-all-enabled into 2.0.x
Compare and
29 files
+ 299
315
Compare changes
  • Side-by-side
  • Inline
Files
29
@@ -22,6 +22,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* id = "random_data",
* label = @Translation("Random data"),
* description = @Translation("Gets random project and filters information"),
* local_task = {}
* )
*/
class RandomDataPlugin extends ProjectBrowserSourceBase {
Loading