If you view the source code, do you see the function populate_mgmt_classes()? If so, do you see the lines where new options are being added?

var new_option = new Option("Foo","Foo")

On Feb 24, 2011 2:26 PM, "Jonathan Sabo" <jsabo@criminal.org> wrote:
> On Thu, Feb 24, 2011 at 3:08 PM, James Cammarata <jimi@sngx.net> wrote:
>> I can't reproduce,  it works as expected on my system. Are you seeing any
>> JavaScript errors? I've only tested on Firefox but the code was based on the
>> interface JavaScript.
>>
>> On Feb 24, 2011 2:01 PM, "Jonathan Sabo" <jsabo@criminal.org> wrote:
>>> On Thu, Feb 24, 2011 at 2:55 PM, James Cammarata <jimi@sngx.net> wrote:
>>>> Yeah its pretty different :)
>>>>
>>>> On Feb 24, 2011 1:40 PM, "Jonathan Sabo" <jsabo@criminal.org> wrote:
>>>>> On Thu, Feb 24, 2011 at 12:35 PM, Jonathan Sabo <jsabo@criminal.org>
>>>>> wrote:
>>>>>> On Tue, Feb 22, 2011 at 10:53 AM, Scott Henson <shenson@redhat.com>
>>>>>> wrote:
>>>>>>> On Wed, 16 Feb 2011 18:29:45 -0600, James Cammarata <jimi@sngx.net>
>>>>>>> wrote:
>>>>>>>> Available via my github:
>>>>>>>>
>>>>>>>> commit 6a5032061d593d61a9aa81162be77fa75fc60f9a
>>>>>>>> Author: James Cammarata <jimi@sngx.net>
>>>>>>>> Date:   Wed Feb 16 18:28:23 2011 -0600
>>>>>>>>
>>>>>>>>     Modification to generic_edit template so that the name field is
>>>>>>>> not a text box when editing.
>>>>>>>>
>>>>>>>>     If this value is changed during a normal edit, an error is
>>>>>>>> generated during save
>>>>>>>>     indicating the object no longer exists, which is not exactly
>>>>>>>> user-friendly.
>>>>>>>
>>>>>>> Applied. Thanks.
>>>>>>>
>>>>>>> --
>>>>>>> Scott Henson
>>>>>>> Red Hat CIS Operator
>>>>>>> WVU Alum BSAE/BSME
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> cobbler-devel mailing list
>>>>>>> cobbler-devel@lists.fedorahosted.org
>>>>>>> https://fedorahosted.org/mailman/listinfo/cobbler-devel
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> Can you take a look at the git master cobbler instance and look at the
>>>>>> management classes for a host with no classes added.  Something is not
>>>>>> right here.  You can't add management classes right now through the
>>>>>> web interface.  What do you see this looking like in the end?  Would
>>>>>> it be a drop down with all the management classes and be able to edit
>>>>>> them in the drop down?  Right now it's pretty unusable.
>>>>>>
>>>>>
>>>>> Ahhh.... nevermind. I didn't see the create new management classes
>>>>> stuff.
>>>>
>>>
>>> I just added some management classes and they don't seem to show up
>>> under the profiles drop downs. How is that intended to work?
>>
>
> The only errors I see are:
>
> Warning: Error in parsing value for 'overflow'. Declaration dropped.
> Source File: http://192.168.69.3/cobbler_webui_content/style.css
> Line: 23
>
> and
>
> Error: on_form_submit is not defined
> Source File: http://192.168.69.3/cobbler_web/mgmtclass/edit/001-base
> Line: 1
>
> I'm adding a management class through the field stuff and I'm
> expecting that to be available to be chosen through distros, profiles,
> and systems and that's not happening. I'm using the git master as of
> today.