MasterVitronic / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Ring_groups_edit doesn't have multilingual support #417

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. enter a ring group (edit)
2. look at the listbox strategy information
3.

What is the expected output? What do you see instead?

the php page doesn't show the strategy information (listbox).

What version of the product are you using? On what operating system?

fusionpbx v3995, centos 6.4

Please provide any additional information below.

/app/ring_groups/ring_groups_edit.php  requires:

//add multi-lingual support
        require_once "app_languages.php";
        foreach($text as $key => $value) {
                $text[$key] = $value[$_SESSION['domain']['language']['code']];
        }

Original issue reported on code.google.com by carlo.di...@gmail.com on 9 May 2013 at 9:11

GoogleCodeExporter commented 9 years ago
I don't see a problem with the strategy. The app_languages multi-lingual 
support is there. Can you explain the problem more?

Which version of FusionPBX are you using 3.3? Status -> System Status?

Original comment by markjcrane@gmail.com on 9 May 2013 at 10:09

GoogleCodeExporter commented 9 years ago
I deleted the file and re-executed the svn update, indeed the app_languages 
multi-lingual support is here.
Maybe during the svn update I choose to maintain my local file...

Original comment by carlo.di...@gmail.com on 9 May 2013 at 10:19

GoogleCodeExporter commented 9 years ago
Alright closing this issue.

Original comment by markjcrane@gmail.com on 9 May 2013 at 3:45