Hi, Has anyone used ui-iconpicker, [https://github.com/justin-lau/ui-iconpicker]) or similar in the FrameWork? I can't get it to work. I keep getting $injector:modulerr I must be doing something wrong but I can't figure out what. What's the best way to diagnose such errors? Thanks.
Hi,
If you have more than a few permissions then the permissions tree becomes huge and ungainly. To solve this can I suggest the following change to the app.css file to make the tree scrollable:
/* Make permissions tree scrollable */ .permission-tree { height:650px; overflow:auto; }
Is adding this to app.css the right place to do this? Do I also need to put this in app.less and/or app.min.css ?
Regards, George
Hi,
I am creating an application which allows tenants to have their own specific custom fields on certain records (using the EAV pattern). As part of this I'd like to be able to configure tenant specific text entries for labels for these tenant specific fields.
So is it possible to create texts which are specific to a single tenant? i.e. tenant A has a field in the UI which is specific to them and is not used by any other tenant. I'd like them to be able to create a text for the field label and configure the text values for each language for that text. Tenant B has no need for that field or text entry and so shouldn't see it at all.
So I'd like my tenant to be able to configure their own private text entries I don't want to have to put keys and default values for these text entries in the localization XML file as I have no idea what these text entries will be until the tenant configures their specific requirements.
The AbpLanguageText table structure looks like it supports what I want but putting an entry in there which is not in the XML file doesn't seem to work.
Regards, George
Hi, I've had a few issues updating my app to the latest version 1.11 - it is a tricky process! There are some mistakes in the change log which didn't help, specifically the correct version of ABP is 10.3.1 and not 10.1.3. And the version of Module Zero needs to be 0.10.1. But now I have a running application!
Now I have a few issues and questions:
Thanks.
Regards, George Coney
Hi, I've recently started developing my application with the framework and so far I'm very impressed. The framework has given me a fantastic head start. I have one question: Why do all the grids (uiGrids) have a fixed height and only show 10 rows? e.g. user grid, roles, etc. This is not making good use of the available screen space. Is there a recommended way of making them use all the visible space? Will this change in the next release? Thanks.