Hello Heitor,
Thank you for reporting this problem. I have just fixed it in
Branch-9.0. Before this change is visible in public repository, you
can use a patch from attachment.
BTW, could you tell me what web browser and which version do you use?
For the future problems with the Baculum, you can open a Mantis ticket here:
http://bugs.baculus.pl
Thanks for your help.
Best regards.
Marcin Haba (gani)
On 12 April 2018 at 16:01, Heitor Faria <hei...@bacula.com.br> wrote:
> Hello All,
>
> Tried Baculum today but it is impossible to open the Bacula configuration
> tabs.
>
> SyntaxError: missing : after property id bacula-config.js:42
> ReferenceError: BaculaConfigOptionsClass is not defined web:1909
> Password fields present on an insecure (http://) page. This is a security
> risk that allows user login credentials to be stolen.[Learn More]
> Password fields present in a form with an insecure (http://) form action.
> This is a security risk that allows user login credentials to be
> stolen.[Learn More]
> ReferenceError: BaculaConfig is not defined web:1
> ReferenceError: BaculaConfig is not defined
>
> Regards,
> --
> ===========================================================================
> Heitor Medrado de Faria | EB-1 Visa | LPIC-III | ITIL-F | EMC 05-001
> • Check my Bacula Book at Amazon.com http://bacula.us/book
> • Do you need Bacula training? http://bacula.us/video-classes/
> • USA +1 (323) 300-53 87 | Brazil +55 (61) 98268-4220 | http://bacula.us
> ===========================================================================
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Bacula-devel mailing list
> Bacula-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-devel
--
"Greater love hath no man than this, that a man lay down his life for
his friends." Jesus Christ
"Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie
za przyjaciół swoich." Jezus Chrystus
From 2127b31cd479e1814d894abe4191a1bf7fae9da8 Mon Sep 17 00:00:00 2001
From: Marcin Haba <marcin.h...@bacula.pl>
Date: Thu, 12 Apr 2018 16:34:51 +0200
Subject: [PATCH 1/1] baculum: Fix opening configuration tabs bug reported by
Heitor Faria
---
gui/baculum/protected/Web/JavaScript/bacula-config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/baculum/protected/Web/JavaScript/bacula-config.js b/gui/baculum/protected/Web/JavaScript/bacula-config.js
index 3ee0c2a97a..9d111d47f0 100644
--- a/gui/baculum/protected/Web/JavaScript/bacula-config.js
+++ b/gui/baculum/protected/Web/JavaScript/bacula-config.js
@@ -39,7 +39,7 @@ var BaculaConfigClass = jQuery.klass({
var element_sender = el.closest('table').prev('a');
return element_sender;
},
- set_config_items(id) {
+ set_config_items: function(id) {
var child_container = this.get_child_container(id);
var show = !child_container.is(':visible');
this.show_item(child_container, show);
--
2.14.3
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel