Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "gconey"

Question

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:

  1. The Change Log says that this release upgraded Metronic to v4.6. I didn't see any changes in the metronic files when I merged the changes from 1.11 into my application (which was previously 1.10.1). So how can I check I have the Metronic update?
  2. Same question as above but for angular ui grid v3.2.1
  3. The Chat button on the form header doesn't work correctly. Nothing happens when I click it or hover over it but if I subsequently reload the page after clicking it then the chat sidebar appears. I can only make the sidebar stay by pinning it. I've checked all script ad css files and other files and everything seems to be in line with the files from 1.11 downloaded from Git.
  4. There are some formatting issues in the chat sidebar when it does appear. The bottom of the last chat entry is trimmed off.
  5. When I pin the chat sidebar it overlays the form. It should push the form left so I can keep working in the app when chatting.
  6. Can the host admin chat to tenant users and vice versa? This would be the most useful use of this feature for support. At the moment I don't seem to be able to do this.

Thanks.

Regards, George Coney

Question

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.

Showing 11 to 15 of 15 entries