-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to provide a consistent Home dashboard for new Homer Users #561
Comments
Your report is appreciated. Please star this repository to motivate its developers! ⭐ |
Hi @bilalrao12 , I found this stanza in webapp_config.json which looks oood, but it doesn't seem to be working.
Please review and advise. |
Please make sure it's set to 'Shared', otherwise it will not show up for the user. |
Hi Dletta, I hope you're well. There is a line in the json file "shared," I have set it to true. The new user does not see the dashboard on login unfortunately. I'll repeat the process, but I'm going to generate the file from the "support user" instead of "admin" LMK if you have any logs or anything you think I should check. PS - What I'm trying to do is have a standardized dashboard to be displayed when a new user logs in to homer. |
Hi Jim, This is quite normal and should work out of the box and so far our team could not reproduce the problem. |
Hi Lorenzo, yeah, I thought so. I seem to have lost the original dashboard_home.json, if you have a copy somewhere, might you send it along? Maybe it's in the repo, I'll look there. At this point, no, the new users see no dashboards. Only the Admin and Support users can see it. So that's why I kind of wanted to start fresh. |
Hi Lorenzo, I have retested this on several machines. I cannot get a specific dashboard to become a "defaut dashboard" for all users to share a common experienced. I've tried a variety of tricks to make it work, and it really isn't working. If there's anything I can provide, I' happy to send it along. Thanks! |
I've attached dashboard_home and webapp_config for your review. When the dashboard json file is loaded the user does not see all the extra search filters, and the clock TZ is not updated. |
Thanks for your data, managed to replicate it, should provide a fix soon @jagnetta |
@AlexeyOplachko - Thanks for the update. Please let me know if you need any other information. |
So main issue turned out to be due to slightly incorrect format on export. Once we release new version you should be good to go to export new .json file for your dashboard and put it as you did before as default @jagnetta |
@AlexeyOplachko thanks for the great news. I look forward to the new release. |
@AlexeyOplachko - has the new version been released yet? |
Your report is appreciated. Please star this repository to motivate its developers! ⭐ |
Complains about "null in the name" the DB shows no "name" column, and none of the "name" entries in the xml are null. The UI shows null in this list: |
Didn't even notice in the screenshot from the last comment, it shows 4 entries for "newguy" one of which is not circled which appears before the three in the list which are circled. the DB shows 4 entries for "newguy" as well, but everyone else has 3. All the others were added by loading entries in the user_settings table directly through a file using postgres COPY commands to automate deployment. This is happening with homer-app 1.5.3, and 1.4.59 |
Good morning, I found a pretty good reason for most of the user account and dashboard problems, and ofc, mostly my problem. This is mainly down to my efforts to automate homer deployments and homer user management. Basically, I'm importing the user and user_config tables into the homer_config. What I was doing wrong was not allowing some space for new users to be added. I was using id numbers in those tables which homer wanted to use for any new users. So, I moved my manual additions to have user id numbers greater than 10000, which seems to have fixed the problem of a new user created with no dashboard. Does the attached dashboard.json file (below) have the "slight formatting error on export" as referenced above? dashboard_homer_8x8_initial.json Thanks, |
Hi Jim, yes, this is correct json. |
I have created a set of call search criteria for the "Admin" user on our system. I have managed to export that data, and I can apply it to other systems, and allow the Admin user on the next system to have the same experience as on the original system.
Now the challenge is for adding a new user (i.e., other than Admin or Support), and have the Home dashboard have the same Call SIP Search boxes presented to the new user in the panel.
Thanks for your time.
The text was updated successfully, but these errors were encountered: