Ahmed na
Ahmed na
Expanding @DevSrSouza function to support multiple prams following are exmaples for methods with prams up to 3 , add more by increasing all function sections accordingly and adding import for...
hi @Parsifal-M How do we add `TestPermissionPolicy` to the new backend system ? or basically how can we add `packages/backend/src/plugins/permission.ts` to the new system ?
thank @Parsifal-M ! tried option 2 ``` import {DevToolsPermissionPolicy} from "./permissions/DevToolsPolicy"; backend.add( createBackendModule({ pluginId: 'permission', moduleId: 'dev-tools-policy', register(reg) { reg.registerInit({ deps: { policy: policyExtensionPoint }, async init({ policy }) {...
yes @Parsifal-M it worked, thank you !! found [this too ](https://backstage.io/docs/features/software-templates/authorizing-parameters-steps-and-actions/#authorizing-in-the-new-backend-system) Also I removed `backend.add(import('@backstage/plugin-permission-backend-module-allow-all-policy'));` that was causing the conflict error
@Dat-Mobile so when you zip `lib` folder and not the content of `lib` it works ? meaning when you unzip that file do you end up with `lib` folder or...
+1 Would love to try this plugin in android studio
can we get an alpha (early access) version with this change to try it out ? 🙏
hi @russhwolf We face this issue with `1.0.0-RC` too when calling the settings at a process that is not the application main process (service process) such as `Application.onCreate()` ```kotlin MyApplication...
@russhwolf i'll share stack trace below , `SharedPreferences` inconsistent data is not a big concern for my case , since i'm only using the library in the main process (mostly...
We are also facing this issue , ``` id("com.jfrog.artifactory") version "5.2.3" ``` ``` * What went wrong: Configuration cache problems found in this build. 31 problems were found storing the...