r46048 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46047‎ | r46048 | r46049 >
Date:23:44, 22 January 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Fixed some UI bugs in asset deployment.
Modified paths:
  • /trunk/extensions/DataCenter/Views/Assets.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DataCenter/Views/Assets.php
@@ -20,7 +20,6 @@
2121 'manufacturer',
2222 'model' => array( 'field' => 'name' ),
2323 'units',
24 - 'note',
2524 ),
2625 ),
2726 ),
@@ -35,7 +34,6 @@
3635 'units',
3736 'depth',
3837 'power',
39 - 'note',
4038 ),
4139 ),
4240 ),
@@ -329,7 +327,10 @@
330328 ),
331329 'row' => $asset,
332330 'fields' => array(
333 - 'tense' => array( 'type' => 'tense' ),
 331+ 'tense' => array(
 332+ 'type' => 'tense',
 333+ 'disable' => !$path['id'] ? array( 'past' ) : array(),
 334+ ),
334335 'location' => array(
335336 'type' => 'list',
336337 'rows' => $locations,

Status & tagging log